COLOR #876C5F

HEX: #876C5F RGB: (135,108,95)

Color info

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

RGB color model

#876C5F color RGB value is (135,108,95).

RGB: (135,108,95) (53%, 42%, 37%)

RGB channels and saturation

R 135 of 255 = 53%
G 108 of 255 = 42%
B 95 of 255 = 37%

135
108
95

R + G + B ~ 44%. #876C5F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 108 + 95 = 338 (100%)
R 135 of 338 ~ 39.94%
G 108 of 338 ~ 31.95%
B 95 of 338 ~ 28.11'%

%39.94
%31.95
%28.11

CMYK color model

#876C5F color CMYK value is (0,20,30,47).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 29.63%
  • key color value is 47.06%
CMYK: (0,20,30,47) C0M20Y30K47 (0%,20%,30%,47%) (0.00/0.20/0.30/0.47) 

CMYK percentages

%0
%20
%29.63
%47.06

Codes

Color #876C5F in popluar color models

87 6C 5F
RGB 135 108 95
HSL 20° 17.39% 45.10%
HSB/HSV 20° 29.63% 52.94%
CMYK 0.00% 20.00% 29.63%
47.06%

Color #876C5F in popluar number systems.

HEX 87 6C 5F
Decimal 135 108 95
Binary 10000111 1101100 1011111
Octal 207 154 137

Shades and tints

Shades of #876C5F

#876C5F
(135,108,95)
#7B6357
(123,99,87)
#6F5A4F
(111,90,79)
#635147
(99,81,71)
#57483F
(87,72,63)
#4B3F37
(75,63,55)
#3F362F
(63,54,47)
#332D27
(51,45,39)
#27241F
(39,36,31)
#1B1B17
(27,27,23)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #876C5F

#876C5F
(135,108,95)
#91796D
(145,121,109)
#9B867B
(155,134,123)
#A59389
(165,147,137)
#AFA097
(175,160,151)
#B9ADA5
(185,173,165)
#C3BAB3
(195,186,179)
#CDC7C1
(205,199,193)
#D7D4CF
(215,212,207)
#E1E1DD
(225,225,221)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876C5F color. Also use rgb(135,108,95) instead hex code.

Text Font Color

.myTextColor { color: #876C5F; }

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

This text font color is #876C5F.

Background Color

.myBgColor { background-color: #876C5F; }

<div style="background-color:#876C5F">Inner text</div>

This div background color is #876C5F.

Border color

.myBorderColor { border: 1px solid #876C5F; }

<div style="border:3px solid #876C5F">Div</div>

This div border color is #876C5F.

Opacity

.myOpacity80 { color: #876C5F; opacity: 0.8; }

<p style="color:#876C5F;opacity:0.8;">80%</p>

Text with #876C5F 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 #876C5F;}

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

This text has shadow with #876C5F color.


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

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

This text has shadow with #876C5F primary color and red secondary color.


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

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

This text has shadow with #876C5F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #876C5F.

Preview

Color preview on black background

This text has color #876C5F on black background.


Color preview on white background

This text has color #876C5F on white background.


Black color preview on #876C5F background

This text has black color on #876C5F background.


White color preview on #876C5F background

This text has white color on #876C5F background.


Related colors

Complementary color

Complementary color for #hex is #7893A0.


I love getcolorcode.com

Triadic colors

1 #5F876C and #6C5F87 with #876C5F are triadic colors.

2 #5F6C87 and #6C875F with #876C5F are triadic colors.