COLOR #876A62

HEX: #876A62
RGB: (135,106,98)

Color info

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

RGB color model

#876A62 color RGB value is (135,106,98).

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

RGB channels and saturation

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

135
106
98

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

Portions of RGB colors in percentages

R + G + B =
135 + 106 + 98 = 339 (100%)
R 135 of 339 ~ 39.82%
G 106 of 339 ~ 31.27%
B 98 of 339 ~ 28.91%

%39.82
%31.27
%28.91

CMYK color model

#876A62 color CMYK value is (0,21,27,47).

  • cyan value is 0.00%
  • magenta value is 21.48%
  • yellow value is 27.41%
  • key color value is 47.06%
CMYK:
(0,21,27,47)
C0M21Y27K47 
(0%,21%,27%,47%)
(0.00/0.21/0.27/0.47)	

CMYK percentages

%0
%21.48
%27.41
%47.06

Codes

Color #876A62 in popluar color models

876A62
RGB13510698
HSL13°15.88%45.69%
HSB/HSV13°27.41%52.94%
CMYK0.00%21.48%27.41%
47.06%

Color #876A62 in popluar number systems.

HEX876A62
Decimal13510698
Binary1000011111010101100010
Octal207152142

Shades and tints

Shades of #876A62

#876A62
(135,106,98)
#7B615A
(123,97,90)
#6F5852
(111,88,82)
#634F4A
(99,79,74)
#574642
(87,70,66)
#4B3D3A
(75,61,58)
#3F3432
(63,52,50)
#332B2A
(51,43,42)
#272222
(39,34,34)
#1B191A
(27,25,26)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #876A62

#876A62
(135,106,98)
#917770
(145,119,112)
#9B847E
(155,132,126)
#A5918C
(165,145,140)
#AF9E9A
(175,158,154)
#B9ABA8
(185,171,168)
#C3B8B6
(195,184,182)
#CDC5C4
(205,197,196)
#D7D2D2
(215,210,210)
#E1DFE0
(225,223,224)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876A62; }

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

This text font color is #876A62.


Background Color

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

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

This div background color is #876A62.


Border color

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

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

This div border color is #876A62.


Opacity

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

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

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

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

This text has shadow with #876A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876A62 on black background.


Color preview on white background

This text has color #876A62 on white background.



Black color preview on #876A62 background

This text has black color on #876A62 background.


White color preview on #876A62 background

This text has white color on #876A62 background.