COLOR #876F5C

HEX: #876F5C RGB: (135,111,92)

Color info

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

RGB color model

#876F5C color RGB value is (135,111,92).

RGB: (135,111,92) (53%, 44%, 36%)

RGB channels and saturation

R 135 of 255 = 53%
G 111 of 255 = 44%
B 92 of 255 = 36%

135
111
92

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

Portions of RGB colors in percentages

R + G + B = 135 + 111 + 92 = 338 (100%)
R 135 of 338 ~ 39.94%
G 111 of 338 ~ 32.84%
B 92 of 338 ~ 27.22'%

%39.94
%32.84
%27.22

CMYK color model

#876F5C color CMYK value is (0,18,32,47).

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 31.85%
  • key color value is 47.06%

CMYK: (0,18,32,47)
C0M18Y32K47 (0%, 18%, 32%, 47%)
(0.00 / 0.18 / 0.32 / 0.47)

CMYK percentages

%0
%17.78
%31.85
%47.06

Codes

Color #876F5C in popluar color models

87 6F 5C
RGB 135 111 92
HSL 27° 18.94% 44.51%
HSB/HSV 27° 31.85% 52.94%
CMYK 0.00% 17.78% 31.85%
47.06%

Color #876F5C in popluar number systems.

HEX 87 6F 5C
Decimal 135 111 92
Binary 10000111 1101111 1011100
Octal 207 157 134

Shades and tints

Shades of #876F5C

#876F5C
(135,111,92)
#7B6554
(123,101,84)
#6F5B4C
(111,91,76)
#635144
(99,81,68)
#57473C
(87,71,60)
#4B3D34
(75,61,52)
#3F332C
(63,51,44)
#332924
(51,41,36)
#271F1C
(39,31,28)
#1B1514
(27,21,20)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #876F5C

#876F5C
(135,111,92)
#917C6A
(145,124,106)
#9B8978
(155,137,120)
#A59686
(165,150,134)
#AFA394
(175,163,148)
#B9B0A2
(185,176,162)
#C3BDB0
(195,189,176)
#CDCABE
(205,202,190)
#D7D7CC
(215,215,204)
#E1E4DA
(225,228,218)
#EBF1E8
(235,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876F5C color. Also use rgb(135,111,92) instead hex code.

Text Font Color

.myTextColor { color: #876F5C; }

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

This text font color is #876F5C.

Background Color

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

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

This div background color is #876F5C.

Border color

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

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

This div border color is #876F5C.

Opacity

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

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

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

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

This text has shadow with #876F5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876F5C.

Preview

Color preview on black background

This text has color #876F5C on black background.


Color preview on white background

This text has color #876F5C on white background.


Black color preview on #876F5C background

This text has black color on #876F5C background.


White color preview on #876F5C background

This text has white color on #876F5C background.


Related colors

Complementary color

Complementary color for #hex is #7890A3.


I love getcolorcode.com

Triadic colors

1 #5C876F and #6F5C87 with #876F5C are triadic colors.

2 #5C6F87 and #6F875C with #876F5C are triadic colors.