COLOR #876C62

HEX: #876C62
RGB: (135,108,98)

Color info

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

RGB color model

#876C62 color RGB value is (135,108,98).

  • red value is 135;
  • green value is 108;
  • blue value is 98.
RGB:
(135,108,98)
(53%,42%,38%)

RGB channels and saturation

R 135 of 255 = 53%
G 108 of 255 = 42%
B 98 of 255 = 38%

135
108
98

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

Portions of RGB colors in percentages

R + G + B =
135 + 108 + 98 = 341 (100%)
R 135 of 341 ~ 39.59%
G 108 of 341 ~ 31.67%
B 98 of 341 ~ 28.74%

%39.59
%31.67
%28.74

CMYK color model

#876C62 color CMYK value is (0,20,27,47).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 27.41%
  • key color value is 47.06%
CMYK:
(0,20,27,47)
C0M20Y27K47 
(0%,20%,27%,47%)
(0.00/0.20/0.27/0.47)	

CMYK percentages

%0
%20
%27.41
%47.06

Codes

Color #876C62 in popluar color models

876C62
RGB13510898
HSL16°15.88%45.69%
HSB/HSV16°27.41%52.94%
CMYK0.00%20.00%27.41%
47.06%

Color #876C62 in popluar number systems.

HEX876C62
Decimal13510898
Binary1000011111011001100010
Octal207154142

Shades and tints

Shades of #876C62

#876C62
(135,108,98)
#7B635A
(123,99,90)
#6F5A52
(111,90,82)
#63514A
(99,81,74)
#574842
(87,72,66)
#4B3F3A
(75,63,58)
#3F3632
(63,54,50)
#332D2A
(51,45,42)
#272422
(39,36,34)
#1B1B1A
(27,27,26)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #876C62

#876C62
(135,108,98)
#917970
(145,121,112)
#9B867E
(155,134,126)
#A5938C
(165,147,140)
#AFA09A
(175,160,154)
#B9ADA8
(185,173,168)
#C3BAB6
(195,186,182)
#CDC7C4
(205,199,196)
#D7D4D2
(215,212,210)
#E1E1E0
(225,225,224)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876C62; }

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

This text font color is #876C62.


Background Color

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

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

This div background color is #876C62.


Border color

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

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

This div border color is #876C62.


Opacity

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

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

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

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

This text has shadow with #876C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876C62 on black background.


Color preview on white background

This text has color #876C62 on white background.



Black color preview on #876C62 background

This text has black color on #876C62 background.


White color preview on #876C62 background

This text has white color on #876C62 background.