COLOR #876B6E

HEX: #876B6E RGB: (135,107,110)

Color info

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

RGB color model

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

RGB: (135,107,110) (53%, 42%, 43%)

RGB channels and saturation

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

135
107
110

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

Portions of RGB colors in percentages

R + G + B = 135 + 107 + 110 = 352 (100%)
R 135 of 352 ~ 38.35%
G 107 of 352 ~ 30.4%
B 110 of 352 ~ 31.25'%

%38.35
%30.4
%31.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 18.52%
  • key color value is 47.06%

CMYK: (0,21,19,47)
C0M21Y19K47 (0%, 21%, 19%, 47%)
(0.00 / 0.21 / 0.19 / 0.47)

CMYK percentages

%0
%20.74
%18.52
%47.06

Codes

Color #876B6E in popluar color models

87 6B 6E
RGB 135 107 110
HSL 354° 11.57% 47.45%
HSB/HSV 354° 20.74% 52.94%
CMYK 0.00% 20.74% 18.52%
47.06%

Color #876B6E in popluar number systems.

HEX 87 6B 6E
Decimal 135 107 110
Binary 10000111 1101011 1101110
Octal 207 153 156

Shades and tints

Shades of #876B6E

#876B6E
(135,107,110)
#7B6264
(123,98,100)
#6F595A
(111,89,90)
#635050
(99,80,80)
#574746
(87,71,70)
#4B3E3C
(75,62,60)
#3F3532
(63,53,50)
#332C28
(51,44,40)
#27231E
(39,35,30)
#1B1A14
(27,26,20)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #876B6E

#876B6E
(135,107,110)
#91787B
(145,120,123)
#9B8588
(155,133,136)
#A59295
(165,146,149)
#AF9FA2
(175,159,162)
#B9ACAF
(185,172,175)
#C3B9BC
(195,185,188)
#CDC6C9
(205,198,201)
#D7D3D6
(215,211,214)
#E1E0E3
(225,224,227)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876B6E; }

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

This text font color is #876B6E.

Background Color

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

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

This div background color is #876B6E.

Border color

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

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

This div border color is #876B6E.

Opacity

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

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

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

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

This text has shadow with #876B6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876B6E.

Preview

Color preview on black background

This text has color #876B6E on black background.


Color preview on white background

This text has color #876B6E on white background.


Black color preview on #876B6E background

This text has black color on #876B6E background.


White color preview on #876B6E background

This text has white color on #876B6E background.


Related colors

Complementary color

Complementary color for #hex is #789491.


I love getcolorcode.com

Triadic colors

1 #6E876B and #6B6E87 with #876B6E are triadic colors.

2 #6E6B87 and #6B876E with #876B6E are triadic colors.