COLOR #876E6A

HEX: #876E6A RGB: (135,110,106)

Color info

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

RGB color model

#876E6A color RGB value is (135,110,106).

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

RGB channels and saturation

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

135
110
106

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

Portions of RGB colors in percentages

R + G + B = 135 + 110 + 106 = 351 (100%)
R 135 of 351 ~ 38.46%
G 110 of 351 ~ 31.34%
B 106 of 351 ~ 30.2'%

%38.46
%31.34
%30.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 21.48%
  • key color value is 47.06%
CMYK: (0,19,21,47) C0M19Y21K47 (0%,19%,21%,47%) (0.00/0.19/0.21/0.47) 

CMYK percentages

%0
%18.52
%21.48
%47.06

Codes

Color #876E6A in popluar color models

87 6E 6A
RGB 135 110 106
HSL 12.03% 47.25%
HSB/HSV 21.48% 52.94%
CMYK 0.00% 18.52% 21.48%
47.06%

Color #876E6A in popluar number systems.

HEX 87 6E 6A
Decimal 135 110 106
Binary 10000111 1101110 1101010
Octal 207 156 152

Shades and tints

Shades of #876E6A

#876E6A
(135,110,106)
#7B6461
(123,100,97)
#6F5A58
(111,90,88)
#63504F
(99,80,79)
#574646
(87,70,70)
#4B3C3D
(75,60,61)
#3F3234
(63,50,52)
#33282B
(51,40,43)
#271E22
(39,30,34)
#1B1419
(27,20,25)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #876E6A

#876E6A
(135,110,106)
#917B77
(145,123,119)
#9B8884
(155,136,132)
#A59591
(165,149,145)
#AFA29E
(175,162,158)
#B9AFAB
(185,175,171)
#C3BCB8
(195,188,184)
#CDC9C5
(205,201,197)
#D7D6D2
(215,214,210)
#E1E3DF
(225,227,223)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876E6A; }

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

This text font color is #876E6A.

Background Color

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

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

This div background color is #876E6A.

Border color

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

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

This div border color is #876E6A.

Opacity

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

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

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

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

This text has shadow with #876E6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876E6A.

Preview

Color preview on black background

This text has color #876E6A on black background.


Color preview on white background

This text has color #876E6A on white background.


Black color preview on #876E6A background

This text has black color on #876E6A background.


White color preview on #876E6A background

This text has white color on #876E6A background.


Related colors

Complementary color

Complementary color for #hex is #789195.


I love getcolorcode.com

Triadic colors

1 #6A876E and #6E6A87 with #876E6A are triadic colors.

2 #6A6E87 and #6E876A with #876E6A are triadic colors.