COLOR #876873

HEX: #876873
RGB: (135,104,115)

Color info

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

RGB color model

#876873 color RGB value is (135,104,115).

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

RGB channels and saturation

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

135
104
115

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

Portions of RGB colors in percentages

R + G + B =
135 + 104 + 115 = 354 (100%)
R 135 of 354 ~ 38.14%
G 104 of 354 ~ 29.38%
B 115 of 354 ~ 32.49%

%38.14
%29.38
%32.49

CMYK color model

#876873 color CMYK value is (0,23,15,47).

  • cyan value is 0.00%
  • magenta value is 22.96%
  • yellow value is 14.81%
  • key color value is 47.06%
CMYK:
(0,23,15,47)
C0M23Y15K47 
(0%,23%,15%,47%)
(0.00/0.23/0.15/0.47)	

CMYK percentages

%0
%22.96
%14.81
%47.06

Codes

Color #876873 in popluar color models

876873
RGB135104115
HSL339°12.97%46.86%
HSB/HSV339°22.96%52.94%
CMYK0.00%22.96%14.81%
47.06%

Color #876873 in popluar number systems.

HEX876873
Decimal135104115
Binary1000011111010001110011
Octal207150163

Shades and tints

Shades of #876873

#876873
(135,104,115)
#7B5F69
(123,95,105)
#6F565F
(111,86,95)
#634D55
(99,77,85)
#57444B
(87,68,75)
#4B3B41
(75,59,65)
#3F3237
(63,50,55)
#33292D
(51,41,45)
#272023
(39,32,35)
#1B1719
(27,23,25)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #876873

#876873
(135,104,115)
#91757F
(145,117,127)
#9B828B
(155,130,139)
#A58F97
(165,143,151)
#AF9CA3
(175,156,163)
#B9A9AF
(185,169,175)
#C3B6BB
(195,182,187)
#CDC3C7
(205,195,199)
#D7D0D3
(215,208,211)
#E1DDDF
(225,221,223)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876873; }

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

This text font color is #876873.


Background Color

.myBgColor { background-color: #876873; }

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

This div background color is #876873.


Border color

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

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

This div border color is #876873.


Opacity

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

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

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

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

This text has shadow with #876873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876873 on black background.


Color preview on white background

This text has color #876873 on white background.



Black color preview on #876873 background

This text has black color on #876873 background.


White color preview on #876873 background

This text has white color on #876873 background.