COLOR #876B8B

HEX: #876B8B
RGB: (135,107,139)

Color info

#876B8B contains red, green and blue colors in about the same proportion. Web safe color of #876B8B is #996699 (or #969).

RGB color model

#876B8B color RGB value is (135,107,139).

  • red value is 135;
  • green value is 107;
  • blue value is 139.
RGB:
(135,107,139)
(53%,42%,55%)

RGB channels and saturation

R 135 of 255 = 53%
G 107 of 255 = 42%
B 139 of 255 = 55%

135
107
139

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

Portions of RGB colors in percentages

R + G + B =
135 + 107 + 139 = 381 (100%)
R 135 of 381 ~ 35.43%
G 107 of 381 ~ 28.08%
B 139 of 381 ~ 36.48%

%35.43
%28.08
%36.48

CMYK color model

#876B8B color CMYK value is (3,23,0,45).

  • cyan value is 2.88%
  • magenta value is 23.02%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(3,23,0,45)
C3M23Y0K45 
(3%,23%,0%,45%)
(0.03/0.23/0.00/0.45)	

CMYK percentages

%2.88
%23.02
%0
%45.49

Codes

Color #876B8B in popluar color models

876B8B
RGB135107139
HSL293°13.01%48.24%
HSB/HSV293°23.02%54.51%
CMYK2.88%23.02%0.00%
45.49%

Color #876B8B in popluar number systems.

HEX876B8B
Decimal135107139
Binary10000111110101110001011
Octal207153213

Shades and tints

Shades of #876B8B

#876B8B
(135,107,139)
#7B627F
(123,98,127)
#6F5973
(111,89,115)
#635067
(99,80,103)
#57475B
(87,71,91)
#4B3E4F
(75,62,79)
#3F3543
(63,53,67)
#332C37
(51,44,55)
#27232B
(39,35,43)
#1B1A1F
(27,26,31)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #876B8B

#876B8B
(135,107,139)
#917895
(145,120,149)
#9B859F
(155,133,159)
#A592A9
(165,146,169)
#AF9FB3
(175,159,179)
#B9ACBD
(185,172,189)
#C3B9C7
(195,185,199)
#CDC6D1
(205,198,209)
#D7D3DB
(215,211,219)
#E1E0E5
(225,224,229)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876B8B color. Also use rgb(135,107,139) instead hex code.

Text Font Color

.myTextColor { color: #876B8B; }

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

This text font color is #876B8B.


Background Color

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

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

This div background color is #876B8B.


Border color

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

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

This div border color is #876B8B.


Opacity

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

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

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

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

This text has shadow with #876B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876B8B on black background.


Color preview on white background

This text has color #876B8B on white background.



Black color preview on #876B8B background

This text has black color on #876B8B background.


White color preview on #876B8B background

This text has white color on #876B8B background.