COLOR #876B6C

HEX: #876B6C
RGB: (135,107,108)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

135
107
108

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

Portions of RGB colors in percentages

R + G + B =
135 + 107 + 108 = 350 (100%)
R 135 of 350 ~ 38.57%
G 107 of 350 ~ 30.57%
B 108 of 350 ~ 30.86%

%38.57
%30.57
%30.86

CMYK color model

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

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

CMYK percentages

%0
%20.74
%20
%47.06

Codes

Color #876B6C in popluar color models

876B6C
RGB135107108
HSL358°11.57%47.45%
HSB/HSV358°20.74%52.94%
CMYK0.00%20.74%20.00%
47.06%

Color #876B6C in popluar number systems.

HEX876B6C
Decimal135107108
Binary1000011111010111101100
Octal207153154

Shades and tints

Shades of #876B6C

#876B6C
(135,107,108)
#7B6263
(123,98,99)
#6F595A
(111,89,90)
#635051
(99,80,81)
#574748
(87,71,72)
#4B3E3F
(75,62,63)
#3F3536
(63,53,54)
#332C2D
(51,44,45)
#272324
(39,35,36)
#1B1A1B
(27,26,27)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #876B6C

#876B6C
(135,107,108)
#917879
(145,120,121)
#9B8586
(155,133,134)
#A59293
(165,146,147)
#AF9FA0
(175,159,160)
#B9ACAD
(185,172,173)
#C3B9BA
(195,185,186)
#CDC6C7
(205,198,199)
#D7D3D4
(215,211,212)
#E1E0E1
(225,224,225)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876B6C; }

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

This text font color is #876B6C.


Background Color

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

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

This div background color is #876B6C.


Border color

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

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

This div border color is #876B6C.


Opacity

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

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

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

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

This text has shadow with #876B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876B6C on black background.


Color preview on white background

This text has color #876B6C on white background.



Black color preview on #876B6C background

This text has black color on #876B6C background.


White color preview on #876B6C background

This text has white color on #876B6C background.