COLOR #8F877E

HEX: #8F877E RGB: (143,135,126)

Color info

#8F877E contains red, green and blue colors in about the same proportion. Web safe color of #8F877E is #999966 (or #996).

RGB color model

#8F877E color RGB value is (143,135,126).

RGB: (143,135,126) (56%, 53%, 49%)

RGB channels and saturation

R 143 of 255 = 56%
G 135 of 255 = 53%
B 126 of 255 = 49%

143
135
126

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

Portions of RGB colors in percentages

R + G + B = 143 + 135 + 126 = 404 (100%)
R 143 of 404 ~ 35.4%
G 135 of 404 ~ 33.42%
B 126 of 404 ~ 31.19'%

%35.4
%33.42
%31.19

CMYK color model

#8F877E color CMYK value is (0,6,12,44).

  • cyan value is 0.00%
  • magenta value is 5.59%
  • yellow value is 11.89%
  • key color value is 43.92%

CMYK: (0,6,12,44)
C0M6Y12K44 (0%, 6%, 12%, 44%)
(0.00 / 0.06 / 0.12 / 0.44)

CMYK percentages

%0
%5.59
%11.89
%43.92

Codes

Color #8F877E in popluar color models

8F 87 7E
RGB 143 135 126
HSL 32° 7.05% 52.75%
HSB/HSV 32° 11.89% 56.08%
CMYK 0.00% 5.59% 11.89%
43.92%

Color #8F877E in popluar number systems.

HEX 8F 87 7E
Decimal 143 135 126
Binary 10001111 10000111 1111110
Octal 217 207 176

Shades and tints

Shades of #8F877E

#8F877E
(143,135,126)
#827B73
(130,123,115)
#756F68
(117,111,104)
#68635D
(104,99,93)
#5B5752
(91,87,82)
#4E4B47
(78,75,71)
#413F3C
(65,63,60)
#343331
(52,51,49)
#272726
(39,39,38)
#1A1B1B
(26,27,27)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #8F877E

#8F877E
(143,135,126)
#999189
(153,145,137)
#A39B94
(163,155,148)
#ADA59F
(173,165,159)
#B7AFAA
(183,175,170)
#C1B9B5
(193,185,181)
#CBC3C0
(203,195,192)
#D5CDCB
(213,205,203)
#DFD7D6
(223,215,214)
#E9E1E1
(233,225,225)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F877E color. Also use rgb(143,135,126) instead hex code.

Text Font Color

.myTextColor { color: #8F877E; }

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

This text font color is #8F877E.

Background Color

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

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

This div background color is #8F877E.

Border color

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

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

This div border color is #8F877E.

Opacity

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

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

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

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

This text has shadow with #8F877E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F877E.

Preview

Color preview on black background

This text has color #8F877E on black background.


Color preview on white background

This text has color #8F877E on white background.


Black color preview on #8F877E background

This text has black color on #8F877E background.


White color preview on #8F877E background

This text has white color on #8F877E background.


Related colors

Complementary color

Complementary color for #hex is #707881.


I love getcolorcode.com

Triadic colors

1 #7E8F87 and #877E8F with #8F877E are triadic colors.

2 #7E878F and #878F7E with #8F877E are triadic colors.