COLOR #876872

HEX: #876872
RGB: (135,104,114)

Color info

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

RGB color model

#876872 color RGB value is (135,104,114).

  • red value is 135;
  • green value is 104;
  • blue value is 114.
RGB:
(135,104,114)
(53%,41%,45%)

RGB channels and saturation

R 135 of 255 = 53%
G 104 of 255 = 41%
B 114 of 255 = 45%

135
104
114

R + G + B ~ 46%. #876872 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 104 + 114 = 353 (100%)
R 135 of 353 ~ 38.24%
G 104 of 353 ~ 29.46%
B 114 of 353 ~ 32.29%

%38.24
%29.46
%32.29

CMYK color model

#876872 color CMYK value is (0,23,16,47).

  • cyan value is 0.00%
  • magenta value is 22.96%
  • yellow value is 15.56%
  • key color value is 47.06%
CMYK:
(0,23,16,47)
C0M23Y16K47 
(0%,23%,16%,47%)
(0.00/0.23/0.16/0.47)	

CMYK percentages

%0
%22.96
%15.56
%47.06

Codes

Color #876872 in popluar color models

876872
RGB135104114
HSL341°12.97%46.86%
HSB/HSV341°22.96%52.94%
CMYK0.00%22.96%15.56%
47.06%

Color #876872 in popluar number systems.

HEX876872
Decimal135104114
Binary1000011111010001110010
Octal207150162

Shades and tints

Shades of #876872

#876872
(135,104,114)
#7B5F68
(123,95,104)
#6F565E
(111,86,94)
#634D54
(99,77,84)
#57444A
(87,68,74)
#4B3B40
(75,59,64)
#3F3236
(63,50,54)
#33292C
(51,41,44)
#272022
(39,32,34)
#1B1718
(27,23,24)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #876872

#876872
(135,104,114)
#91757E
(145,117,126)
#9B828A
(155,130,138)
#A58F96
(165,143,150)
#AF9CA2
(175,156,162)
#B9A9AE
(185,169,174)
#C3B6BA
(195,182,186)
#CDC3C6
(205,195,198)
#D7D0D2
(215,208,210)
#E1DDDE
(225,221,222)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876872 color. Also use rgb(135,104,114) instead hex code.

Text Font Color

.myTextColor { color: #876872; }

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

This text font color is #876872.


Background Color

.myBgColor { background-color: #876872; }

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

This div background color is #876872.


Border color

.myBorderColor { border: 1px solid #876872; }

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

This div border color is #876872.


Opacity

.myOpacity80 { color: #876872; opacity: 0.8; }

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

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

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

This text has shadow with #876872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876872 on black background.


Color preview on white background

This text has color #876872 on white background.



Black color preview on #876872 background

This text has black color on #876872 background.


White color preview on #876872 background

This text has white color on #876872 background.