COLOR #E77A62

HEX: #E77A62
RGB: (231,122,98)

Color info

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

RGB color model

#E77A62 color RGB value is (231,122,98).

  • red value is 231;
  • green value is 122;
  • blue value is 98.
RGB:
(231,122,98)
(91%,48%,38%)

RGB channels and saturation

R 231 of 255 = 91%
G 122 of 255 = 48%
B 98 of 255 = 38%

231
122
98

R + G + B ~ 59%. #E77A62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
231 + 122 + 98 = 451 (100%)
R 231 of 451 ~ 51.22%
G 122 of 451 ~ 27.05%
B 98 of 451 ~ 21.73%

%51.22
%27.05
%21.73

CMYK color model

#E77A62 color CMYK value is (0,47,58,9).

  • cyan value is 0.00%
  • magenta value is 47.19%
  • yellow value is 57.58%
  • key color value is 9.41%
CMYK:
(0,47,58,9)
C0M47Y58K9 
(0%,47%,58%,9%)
(0.00/0.47/0.58/0.09)	

CMYK percentages

%0
%47.19
%57.58
%9.41

Codes

Color #E77A62 in popluar color models

E77A62
RGB23112298
HSL11°73.48%64.51%
HSB/HSV11°57.58%90.59%
CMYK0.00%47.19%57.58%
9.41%

Color #E77A62 in popluar number systems.

HEXE77A62
Decimal23112298
Binary1110011111110101100010
Octal347172142

Shades and tints

Shades of #E77A62

#E77A62
(231,122,98)
#D26F5A
(210,111,90)
#BD6452
(189,100,82)
#A8594A
(168,89,74)
#934E42
(147,78,66)
#7E433A
(126,67,58)
#693832
(105,56,50)
#542D2A
(84,45,42)
#3F2222
(63,34,34)
#2A171A
(42,23,26)
#150C12
(21,12,18)
#000000
(0,0,0)

Tints of #E77A62

#E77A62
(231,122,98)
#E98670
(233,134,112)
#EB927E
(235,146,126)
#ED9E8C
(237,158,140)
#EFAA9A
(239,170,154)
#F1B6A8
(241,182,168)
#F3C2B6
(243,194,182)
#F5CEC4
(245,206,196)
#F7DAD2
(247,218,210)
#F9E6E0
(249,230,224)
#FBF2EE
(251,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E77A62 color. Also use rgb(231,122,98) instead hex code.

Text Font Color

.myTextColor { color: #E77A62; }

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

This text font color is #E77A62.


Background Color

.myBgColor { background-color: #E77A62; }

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

This div background color is #E77A62.


Border color

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

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

This div border color is #E77A62.


Opacity

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

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

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

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

This text has shadow with #E77A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E77A62 on black background.


Color preview on white background

This text has color #E77A62 on white background.



Black color preview on #E77A62 background

This text has black color on #E77A62 background.


White color preview on #E77A62 background

This text has white color on #E77A62 background.