COLOR #FF7E77

HEX: #FF7E77
RGB: (255,126,119)

Color info

#FF7E77 contains mainly red color. Web safe color of #FF7E77 is #FF6666 (or #F66).

RGB color model

#FF7E77 color RGB value is (255,126,119).

  • red value is 255;
  • green value is 126;
  • blue value is 119.
RGB:
(255,126,119)
(100%,49%,47%)

RGB channels and saturation

R 255 of 255 = 100%
G 126 of 255 = 49%
B 119 of 255 = 47%

255
126
119

R + G + B ~ 65%. #FF7E77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 126 + 119 = 500 (100%)
R 255 of 500 ~ 51%
G 126 of 500 ~ 25.2%
B 119 of 500 ~ 23.8%

%51
%25.2
%23.8

CMYK color model

#FF7E77 color CMYK value is (0,51,53,0).

  • cyan value is 0.00%
  • magenta value is 50.59%
  • yellow value is 53.33%
  • key color value is 0.00%
CMYK:
(0,51,53,0)
C0M51Y53K0 
(0%,51%,53%,0%)
(0.00/0.51/0.53/0.00)	

CMYK percentages

%0
%50.59
%53.33
%0

Codes

Color #FF7E77 in popluar color models

FF7E77
RGB255126119
HSL100.00%73.33%
HSB/HSV53.33%100.00%
CMYK0.00%50.59%53.33%
0.00%

Color #FF7E77 in popluar number systems.

HEXFF7E77
Decimal255126119
Binary1111111111111101110111
Octal377176167

Shades and tints

Shades of #FF7E77

#FF7E77
(255,126,119)
#E8736D
(232,115,109)
#D16863
(209,104,99)
#BA5D59
(186,93,89)
#A3524F
(163,82,79)
#8C4745
(140,71,69)
#753C3B
(117,60,59)
#5E3131
(94,49,49)
#472627
(71,38,39)
#301B1D
(48,27,29)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #FF7E77

#FF7E77
(255,126,119)
#FF8983
(255,137,131)
#FF948F
(255,148,143)
#FF9F9B
(255,159,155)
#FFAAA7
(255,170,167)
#FFB5B3
(255,181,179)
#FFC0BF
(255,192,191)
#FFCBCB
(255,203,203)
#FFD6D7
(255,214,215)
#FFE1E3
(255,225,227)
#FFECEF
(255,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF7E77 color. Also use rgb(255,126,119) instead hex code.

Text Font Color

.myTextColor { color: #FF7E77; }

<p style="color:#FF7E77">This sample text font color is #FF7E77.</p>

This text font color is #FF7E77.


Background Color

.myBgColor { background-color: #FF7E77; }

<div style="background-color:#FF7E77">Inner text</div>

This div background color is #FF7E77.


Border color

.myBorderColor { border: 1px solid #FF7E77; }

<div style="border:3px solid #FF7E77">Div</div>

This div border color is #FF7E77.


Opacity

.myOpacity80 { color: #FF7E77; opacity: 0.8; }

<p style="color:#FF7E77;opacity:0.8;">80%</p>

Text with #FF7E77 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FF7E77;}

<p style="text-shadow: 3px 3px 1px #FF7E77">Text here.</p>

This text has shadow with #FF7E77 color.

.textShadow {text-shadow: 3px 3px 1px #FF7E77, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FF7E77, 5px 5px 20px red">Text here.</p>

This text has shadow with #FF7E77 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FF7E77, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FF7E77, Direction=45, Strength=4)">Text</p>

This text has shadow with #FF7E77 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FF7E77;
  -webkit-box-shadow:	1px 1px 3px 2px #FF7E77;
  box-shadow:		1px 1px 3px 2px #FF7E77;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FF7E77;
-webkit-box-shadow: 1px 1px 3px 2px #FF7E77;
box-shadow:1px 1px 3px 2px #FF7E77;">
Div content here</div>
This div box has shadow with color #FF7E77.

Preview

Color preview on black background

This text has color #FF7E77 on black background.


Color preview on white background

This text has color #FF7E77 on white background.



Black color preview on #FF7E77 background

This text has black color on #FF7E77 background.


White color preview on #FF7E77 background

This text has white color on #FF7E77 background.