COLOR #8E7F7C

HEX: #8E7F7C
RGB: (142,127,124)

Color info

#8E7F7C contains red, green and blue colors in about the same proportion. Web safe color of #8E7F7C is #996666 (or #966).

RGB color model

#8E7F7C color RGB value is (142,127,124).

  • red value is 142;
  • green value is 127;
  • blue value is 124.
RGB:
(142,127,124)
(56%,50%,49%)

RGB channels and saturation

R 142 of 255 = 56%
G 127 of 255 = 50%
B 124 of 255 = 49%

142
127
124

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

Portions of RGB colors in percentages

R + G + B =
142 + 127 + 124 = 393 (100%)
R 142 of 393 ~ 36.13%
G 127 of 393 ~ 32.32%
B 124 of 393 ~ 31.55%

%36.13
%32.32
%31.55

CMYK color model

#8E7F7C color CMYK value is (0,11,13,44).

  • cyan value is 0.00%
  • magenta value is 10.56%
  • yellow value is 12.68%
  • key color value is 44.31%
CMYK:
(0,11,13,44)
C0M11Y13K44 
(0%,11%,13%,44%)
(0.00/0.11/0.13/0.44)	

CMYK percentages

%0
%10.56
%12.68
%44.31

Codes

Color #8E7F7C in popluar color models

8E7F7C
RGB142127124
HSL10°7.38%52.16%
HSB/HSV10°12.68%55.69%
CMYK0.00%10.56%12.68%
44.31%

Color #8E7F7C in popluar number systems.

HEX8E7F7C
Decimal142127124
Binary1000111011111111111100
Octal216177174

Shades and tints

Shades of #8E7F7C

#8E7F7C
(142,127,124)
#827471
(130,116,113)
#766966
(118,105,102)
#6A5E5B
(106,94,91)
#5E5350
(94,83,80)
#524845
(82,72,69)
#463D3A
(70,61,58)
#3A322F
(58,50,47)
#2E2724
(46,39,36)
#221C19
(34,28,25)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #8E7F7C

#8E7F7C
(142,127,124)
#988A87
(152,138,135)
#A29592
(162,149,146)
#ACA09D
(172,160,157)
#B6ABA8
(182,171,168)
#C0B6B3
(192,182,179)
#CAC1BE
(202,193,190)
#D4CCC9
(212,204,201)
#DED7D4
(222,215,212)
#E8E2DF
(232,226,223)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7F7C color. Also use rgb(142,127,124) instead hex code.

Text Font Color

.myTextColor { color: #8E7F7C; }

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

This text font color is #8E7F7C.


Background Color

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

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

This div background color is #8E7F7C.


Border color

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

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

This div border color is #8E7F7C.


Opacity

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

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

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

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

This text has shadow with #8E7F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7F7C on black background.


Color preview on white background

This text has color #8E7F7C on white background.



Black color preview on #8E7F7C background

This text has black color on #8E7F7C background.


White color preview on #8E7F7C background

This text has white color on #8E7F7C background.