COLOR #876E6D

HEX: #876E6D RGB: (135,110,109)

Color info

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

RGB color model

#876E6D color RGB value is (135,110,109).

RGB: (135,110,109) (53%, 43%, 43%)

RGB channels and saturation

R 135 of 255 = 53%
G 110 of 255 = 43%
B 109 of 255 = 43%

135
110
109

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

Portions of RGB colors in percentages

R + G + B = 135 + 110 + 109 = 354 (100%)
R 135 of 354 ~ 38.14%
G 110 of 354 ~ 31.07%
B 109 of 354 ~ 30.79'%

%38.14
%31.07
%30.79

CMYK color model

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

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

CMYK: (0,19,19,47)
C0M19Y19K47 (0%, 19%, 19%, 47%)
(0.00 / 0.19 / 0.19 / 0.47)

CMYK percentages

%0
%18.52
%19.26
%47.06

Codes

Color #876E6D in popluar color models

87 6E 6D
RGB 135 110 109
HSL 10.66% 47.84%
HSB/HSV 19.26% 52.94%
CMYK 0.00% 18.52% 19.26%
47.06%

Color #876E6D in popluar number systems.

HEX 87 6E 6D
Decimal 135 110 109
Binary 10000111 1101110 1101101
Octal 207 156 155

Shades and tints

Shades of #876E6D

#876E6D
(135,110,109)
#7B6464
(123,100,100)
#6F5A5B
(111,90,91)
#635052
(99,80,82)
#574649
(87,70,73)
#4B3C40
(75,60,64)
#3F3237
(63,50,55)
#33282E
(51,40,46)
#271E25
(39,30,37)
#1B141C
(27,20,28)
#0F0A13
(15,10,19)
#000000
(0,0,0)

Tints of #876E6D

#876E6D
(135,110,109)
#917B7A
(145,123,122)
#9B8887
(155,136,135)
#A59594
(165,149,148)
#AFA2A1
(175,162,161)
#B9AFAE
(185,175,174)
#C3BCBB
(195,188,187)
#CDC9C8
(205,201,200)
#D7D6D5
(215,214,213)
#E1E3E2
(225,227,226)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876E6D; }

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

This text font color is #876E6D.

Background Color

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

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

This div background color is #876E6D.

Border color

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

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

This div border color is #876E6D.

Opacity

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

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

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

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

This text has shadow with #876E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876E6D.

Preview

Color preview on black background

This text has color #876E6D on black background.


Color preview on white background

This text has color #876E6D on white background.


Black color preview on #876E6D background

This text has black color on #876E6D background.


White color preview on #876E6D background

This text has white color on #876E6D background.


Related colors

Complementary color

Complementary color for #hex is #789192.


I love getcolorcode.com

Triadic colors

1 #6D876E and #6E6D87 with #876E6D are triadic colors.

2 #6D6E87 and #6E876D with #876E6D are triadic colors.