COLOR #8E778A

HEX: #8E778A
RGB: (142,119,138)

Color info

#8E778A contains red, green and blue colors in about the same proportion. Web safe color of #8E778A is #996699 (or #969).

RGB color model

#8E778A color RGB value is (142,119,138).

  • red value is 142;
  • green value is 119;
  • blue value is 138.
RGB:
(142,119,138)
(56%,47%,54%)

RGB channels and saturation

R 142 of 255 = 56%
G 119 of 255 = 47%
B 138 of 255 = 54%

142
119
138

R + G + B ~ 52%. #8E778A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
142 + 119 + 138 = 399 (100%)
R 142 of 399 ~ 35.59%
G 119 of 399 ~ 29.82%
B 138 of 399 ~ 34.59%

%35.59
%29.82
%34.59

CMYK color model

#8E778A color CMYK value is (0,16,3,44).

  • cyan value is 0.00%
  • magenta value is 16.20%
  • yellow value is 2.82%
  • key color value is 44.31%
CMYK:
(0,16,3,44)
C0M16Y3K44 
(0%,16%,3%,44%)
(0.00/0.16/0.03/0.44)	

CMYK percentages

%0
%16.2
%2.82
%44.31

Codes

Color #8E778A in popluar color models

8E778A
RGB142119138
HSL310°9.24%51.18%
HSB/HSV310°16.20%55.69%
CMYK0.00%16.20%2.82%
44.31%

Color #8E778A in popluar number systems.

HEX8E778A
Decimal142119138
Binary10001110111011110001010
Octal216167212

Shades and tints

Shades of #8E778A

#8E778A
(142,119,138)
#826D7E
(130,109,126)
#766372
(118,99,114)
#6A5966
(106,89,102)
#5E4F5A
(94,79,90)
#52454E
(82,69,78)
#463B42
(70,59,66)
#3A3136
(58,49,54)
#2E272A
(46,39,42)
#221D1E
(34,29,30)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #8E778A

#8E778A
(142,119,138)
#988394
(152,131,148)
#A28F9E
(162,143,158)
#AC9BA8
(172,155,168)
#B6A7B2
(182,167,178)
#C0B3BC
(192,179,188)
#CABFC6
(202,191,198)
#D4CBD0
(212,203,208)
#DED7DA
(222,215,218)
#E8E3E4
(232,227,228)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E778A color. Also use rgb(142,119,138) instead hex code.

Text Font Color

.myTextColor { color: #8E778A; }

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

This text font color is #8E778A.


Background Color

.myBgColor { background-color: #8E778A; }

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

This div background color is #8E778A.


Border color

.myBorderColor { border: 1px solid #8E778A; }

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

This div border color is #8E778A.


Opacity

.myOpacity80 { color: #8E778A; opacity: 0.8; }

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

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

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

This text has shadow with #8E778A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E778A on black background.


Color preview on white background

This text has color #8E778A on white background.



Black color preview on #8E778A background

This text has black color on #8E778A background.


White color preview on #8E778A background

This text has white color on #8E778A background.