COLOR #8E7F75

HEX: #8E7F75
RGB: (142,127,117)

Color info

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

RGB color model

#8E7F75 color RGB value is (142,127,117).

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

RGB channels and saturation

R 142 of 255 = 56%
G 127 of 255 = 50%
B 117 of 255 = 46%

142
127
117

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

Portions of RGB colors in percentages

R + G + B =
142 + 127 + 117 = 386 (100%)
R 142 of 386 ~ 36.79%
G 127 of 386 ~ 32.9%
B 117 of 386 ~ 30.31%

%36.79
%32.9
%30.31

CMYK color model

#8E7F75 color CMYK value is (0,11,18,44).

  • cyan value is 0.00%
  • magenta value is 10.56%
  • yellow value is 17.61%
  • key color value is 44.31%
CMYK:
(0,11,18,44)
C0M11Y18K44 
(0%,11%,18%,44%)
(0.00/0.11/0.18/0.44)	

CMYK percentages

%0
%10.56
%17.61
%44.31

Codes

Color #8E7F75 in popluar color models

8E7F75
RGB142127117
HSL24°9.96%50.78%
HSB/HSV24°17.61%55.69%
CMYK0.00%10.56%17.61%
44.31%

Color #8E7F75 in popluar number systems.

HEX8E7F75
Decimal142127117
Binary1000111011111111110101
Octal216177165

Shades and tints

Shades of #8E7F75

#8E7F75
(142,127,117)
#82746B
(130,116,107)
#766961
(118,105,97)
#6A5E57
(106,94,87)
#5E534D
(94,83,77)
#524843
(82,72,67)
#463D39
(70,61,57)
#3A322F
(58,50,47)
#2E2725
(46,39,37)
#221C1B
(34,28,27)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #8E7F75

#8E7F75
(142,127,117)
#988A81
(152,138,129)
#A2958D
(162,149,141)
#ACA099
(172,160,153)
#B6ABA5
(182,171,165)
#C0B6B1
(192,182,177)
#CAC1BD
(202,193,189)
#D4CCC9
(212,204,201)
#DED7D5
(222,215,213)
#E8E2E1
(232,226,225)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7F75; }

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

This text font color is #8E7F75.


Background Color

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

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

This div background color is #8E7F75.


Border color

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

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

This div border color is #8E7F75.


Opacity

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

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

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

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

This text has shadow with #8E7F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7F75 on black background.


Color preview on white background

This text has color #8E7F75 on white background.



Black color preview on #8E7F75 background

This text has black color on #8E7F75 background.


White color preview on #8E7F75 background

This text has white color on #8E7F75 background.