COLOR #E77F7B

HEX: #E77F7B
RGB: (231,127,123)

Color info

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

RGB color model

#E77F7B color RGB value is (231,127,123).

  • red value is 231;
  • green value is 127;
  • blue value is 123.
RGB:
(231,127,123)
(91%,50%,48%)

RGB channels and saturation

R 231 of 255 = 91%
G 127 of 255 = 50%
B 123 of 255 = 48%

231
127
123

R + G + B ~ 63%. #E77F7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 127 + 123 = 481 (100%)
R 231 of 481 ~ 48.02%
G 127 of 481 ~ 26.4%
B 123 of 481 ~ 25.57%

%48.02
%26.4
%25.57

CMYK color model

#E77F7B color CMYK value is (0,45,47,9).

  • cyan value is 0.00%
  • magenta value is 45.02%
  • yellow value is 46.75%
  • key color value is 9.41%
CMYK:
(0,45,47,9)
C0M45Y47K9 
(0%,45%,47%,9%)
(0.00/0.45/0.47/0.09)	

CMYK percentages

%0
%45.02
%46.75
%9.41

Codes

Color #E77F7B in popluar color models

E77F7B
RGB231127123
HSL69.23%69.41%
HSB/HSV46.75%90.59%
CMYK0.00%45.02%46.75%
9.41%

Color #E77F7B in popluar number systems.

HEXE77F7B
Decimal231127123
Binary1110011111111111111011
Octal347177173

Shades and tints

Shades of #E77F7B

#E77F7B
(231,127,123)
#D27470
(210,116,112)
#BD6965
(189,105,101)
#A85E5A
(168,94,90)
#93534F
(147,83,79)
#7E4844
(126,72,68)
#693D39
(105,61,57)
#54322E
(84,50,46)
#3F2723
(63,39,35)
#2A1C18
(42,28,24)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #E77F7B

#E77F7B
(231,127,123)
#E98A87
(233,138,135)
#EB9593
(235,149,147)
#EDA09F
(237,160,159)
#EFABAB
(239,171,171)
#F1B6B7
(241,182,183)
#F3C1C3
(243,193,195)
#F5CCCF
(245,204,207)
#F7D7DB
(247,215,219)
#F9E2E7
(249,226,231)
#FBEDF3
(251,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E77F7B color. Also use rgb(231,127,123) instead hex code.

Text Font Color

.myTextColor { color: #E77F7B; }

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

This text font color is #E77F7B.


Background Color

.myBgColor { background-color: #E77F7B; }

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

This div background color is #E77F7B.


Border color

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

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

This div border color is #E77F7B.


Opacity

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

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

Text with #E77F7B 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 #E77F7B;}

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

This text has shadow with #E77F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E77F7B on black background.


Color preview on white background

This text has color #E77F7B on white background.



Black color preview on #E77F7B background

This text has black color on #E77F7B background.


White color preview on #E77F7B background

This text has white color on #E77F7B background.