crispedge.com

Color picker

Loading...

#ff777e hex color - Red - Warm color - Information

#ff777e hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ff777e Color code in RGB color code model is created after adding 100% red color, 46.67% green color and 49.41% blue color. Hex #ff777e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 53% magenta, 51% yellow and 0% black.

Hex #ff777e color code is between #ee6677 web safe hex color code and #dd8888 web safe hex color code. #ee6677 is the nearest web safe color code. You can see here many more shades of #ff777e color code.

0 Likes 0 Comments | 3 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeff777e#ff777e
RGB Decimal255, 119, 126rgb(255, 119, 126)
RGB Percent100%, 47%, 49%rgb(100%, 47%, 49%)
CSS RGBa255, 119, 126,1rgba(255,119,126,1)
CMYK Modelcmyk(0%,53%,51%,0%)
HSL Color Space357,100% ,73%hsl(357,100% ,73%)
HSV Color Space357°, 53%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111110111011101111110
Octal377167176
Decimal255119126
Hexff777e

Different shades of #ff777e color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #ff777e
#ffaaae
Dark Shade of #ff777e
#ff444e
Saturated Shade of #ff777e
#ff777e
Desaturated Shade of #ff777e
#f87e84
Grey scale Shade of #ff777e
#bbbbbb
Brighten Shade
#ff9097
Most Readable Shade
#000000

Shades of #ff777e color code

Generate more color scales with scales (color stack) generator.

#ff777e
#e26970
#c65c62
#aa4f54
#8d4246
#713438
#55272a
#381a1c
#1c0d0e
#000000

Similar Color like #ff777e color

Find visually similar hex color codes nearing to #ff777e hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#ff787f
#ff7980
#ff7a81
#ff7b82
#ff7c83
#ff7d84
#ff7e85
#ff7f86
#ff8087
#ff8188
#ff8289
#ff838a
#ff848b
#ff858c
#fe767d
#fd757c
#fc747b
#fb737a
#fa7279
#f97178
#f87077
#f76f76
#f66e75
#f56d74
#f46c73
#f36b72
#f26a71
#f16970

Monochromatic Color with #ff777e

#ff777e
#2a1415
#55282a
#803c3f
#aa4f54
#d46369

Tints of #ff777e Color

#ff777e
#ff868c
#ff959a
#ffa4a9
#ffb3b7
#ffc2c5
#ffd1d4
#ffe0e2
#ffeff0
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#ff777e
#77fff8

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#ff777e
#77ffb4
#77c2ff

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#ff77b4
#ff7799
#ff777e
#ff8b77
#ffa677

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#ff777e
#7eff77
#777eff

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#ff777e
#c2ff77
#77fff8
#b477ff

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#ff777e
#77fff8
#77c2ff
#ffb477

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #ff777e Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#ff777e Color Code Preview on Black Background Color

This is how #ff777e Color will look on black background color. Color contrast ratio is 8.19

#ff777e in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#ff777e">Your Example Paragraph content text in with font color #ff777e </p>

Your Example Paragraph content text in with font color #ff777e

HTML with inline CSS

<div style="color:#ff777e">Your Paragraph text in with font color #ff777e </div>

Your Example Paragraph content text in with font color #ff777e

#ff777e color code is use for CSS Background Color

Background color for the above div is #ff777e

HTML with inline CSS

<div style="background-color:#ff777e;"></div>

#ff777e color code is use for CSS Border Color

CSS Border color for the above div is #ff777e

HTML with inline CSS

<div style="border:5px solid #ff777e;"></div>

CSS Border Left color for the above div is #ff777e

HTML with inline CSS

<div style="border-left:5px solid #ff777e;"></div>

CSS Border Right color for the above div is #ff777e

HTML with inline CSS

<div style="border-right:5px solid #ff777e;"></div>

CSS Border Bottom color for the above div is #ff777e

HTML with inline CSS

<div style="border-bottom:5px solid #ff777e;"></div>

CSS Border Top color for the above div is #ff777e

HTML with inline CSS

<div style="border-top:5px solid #ff777e;"></div>

#ff777e hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#ff777e; } .examplecolorclass {color:#ff777e; } .examplebordercolor {border:3px solid #ff777e; }

#ff777e Color code Preview on White Background

This is how #ff777e Color code will look on white background color. Color contrast ratio is 2.56

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #ff777e; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ff777e; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(255,119,126,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(119,255,248,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,119,126,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.