COLOR #876B6B

HEX: #876B6B
RGB: (135,107,107)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

135
107
107

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

Portions of RGB colors in percentages

R + G + B =
135 + 107 + 107 = 349 (100%)
R 135 of 349 ~ 38.68%
G 107 of 349 ~ 30.66%
B 107 of 349 ~ 30.66%

%38.68
%30.66
%30.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 20.74%
  • key color value is 47.06%
CMYK:
(0,21,21,47)
C0M21Y21K47 
(0%,21%,21%,47%)
(0.00/0.21/0.21/0.47)	

CMYK percentages

%0
%20.74
%20.74
%47.06

Codes

Color #876B6B in popluar color models

876B6B
RGB135107107
HSL11.57%47.45%
HSB/HSV20.74%52.94%
CMYK0.00%20.74%20.74%
47.06%

Color #876B6B in popluar number systems.

HEX876B6B
Decimal135107107
Binary1000011111010111101011
Octal207153153

Shades and tints

Shades of #876B6B

#876B6B
(135,107,107)
#7B6262
(123,98,98)
#6F5959
(111,89,89)
#635050
(99,80,80)
#574747
(87,71,71)
#4B3E3E
(75,62,62)
#3F3535
(63,53,53)
#332C2C
(51,44,44)
#272323
(39,35,35)
#1B1A1A
(27,26,26)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #876B6B

#876B6B
(135,107,107)
#917878
(145,120,120)
#9B8585
(155,133,133)
#A59292
(165,146,146)
#AF9F9F
(175,159,159)
#B9ACAC
(185,172,172)
#C3B9B9
(195,185,185)
#CDC6C6
(205,198,198)
#D7D3D3
(215,211,211)
#E1E0E0
(225,224,224)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876B6B; }

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

This text font color is #876B6B.


Background Color

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

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

This div background color is #876B6B.


Border color

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

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

This div border color is #876B6B.


Opacity

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

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

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

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

This text has shadow with #876B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876B6B on black background.


Color preview on white background

This text has color #876B6B on white background.



Black color preview on #876B6B background

This text has black color on #876B6B background.


White color preview on #876B6B background

This text has white color on #876B6B background.