COLOR #9F877E

HEX: #9F877E RGB: (159,135,126)

Color info

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

RGB color model

#9F877E color RGB value is (159,135,126).

RGB: (159,135,126) (62%, 53%, 49%)

RGB channels and saturation

R 159 of 255 = 62%
G 135 of 255 = 53%
B 126 of 255 = 49%

159
135
126

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

Portions of RGB colors in percentages

R + G + B = 159 + 135 + 126 = 420 (100%)
R 159 of 420 ~ 37.86%
G 135 of 420 ~ 32.14%
B 126 of 420 ~ 30'%

%37.86
%32.14
%30

CMYK color model

#9F877E color CMYK value is (0,15,21,38).

  • cyan value is 0.00%
  • magenta value is 15.09%
  • yellow value is 20.75%
  • key color value is 37.65%

CMYK: (0,15,21,38)
C0M15Y21K38 (0%, 15%, 21%, 38%)
(0.00 / 0.15 / 0.21 / 0.38)

CMYK percentages

%0
%15.09
%20.75
%37.65

Codes

Color #9F877E in popluar color models

9F 87 7E
RGB 159 135 126
HSL 16° 14.67% 55.88%
HSB/HSV 16° 20.75% 62.35%
CMYK 0.00% 15.09% 20.75%
37.65%

Color #9F877E in popluar number systems.

HEX 9F 87 7E
Decimal 159 135 126
Binary 10011111 10000111 1111110
Octal 237 207 176

Shades and tints

Shades of #9F877E

#9F877E
(159,135,126)
#917B73
(145,123,115)
#836F68
(131,111,104)
#75635D
(117,99,93)
#675752
(103,87,82)
#594B47
(89,75,71)
#4B3F3C
(75,63,60)
#3D3331
(61,51,49)
#2F2726
(47,39,38)
#211B1B
(33,27,27)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #9F877E

#9F877E
(159,135,126)
#A79189
(167,145,137)
#AF9B94
(175,155,148)
#B7A59F
(183,165,159)
#BFAFAA
(191,175,170)
#C7B9B5
(199,185,181)
#CFC3C0
(207,195,192)
#D7CDCB
(215,205,203)
#DFD7D6
(223,215,214)
#E7E1E1
(231,225,225)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F877E; }

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

This text font color is #9F877E.

Background Color

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

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

This div background color is #9F877E.

Border color

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

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

This div border color is #9F877E.

Opacity

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

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

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

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

This text has shadow with #9F877E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F877E.

Preview

Color preview on black background

This text has color #9F877E on black background.


Color preview on white background

This text has color #9F877E on white background.


Black color preview on #9F877E background

This text has black color on #9F877E background.


White color preview on #9F877E background

This text has white color on #9F877E background.


Related colors

Complementary color

Complementary color for #hex is #607881.


I love getcolorcode.com

Triadic colors

1 #7E9F87 and #877E9F with #9F877E are triadic colors.

2 #7E879F and #879F7E with #9F877E are triadic colors.