COLOR #876D68

HEX: #876D68 RGB: (135,109,104)

Color info

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

RGB color model

#876D68 color RGB value is (135,109,104).

RGB: (135,109,104) (53%, 43%, 41%)

RGB channels and saturation

R 135 of 255 = 53%
G 109 of 255 = 43%
B 104 of 255 = 41%

135
109
104

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

Portions of RGB colors in percentages

R + G + B = 135 + 109 + 104 = 348 (100%)
R 135 of 348 ~ 38.79%
G 109 of 348 ~ 31.32%
B 104 of 348 ~ 29.89'%

%38.79
%31.32
%29.89

CMYK color model

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

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

CMYK: (0,19,23,47)
C0M19Y23K47 (0%, 19%, 23%, 47%)
(0.00 / 0.19 / 0.23 / 0.47)

CMYK percentages

%0
%19.26
%22.96
%47.06

Codes

Color #876D68 in popluar color models

87 6D 68
RGB 135 109 104
HSL 10° 12.97% 46.86%
HSB/HSV 10° 22.96% 52.94%
CMYK 0.00% 19.26% 22.96%
47.06%

Color #876D68 in popluar number systems.

HEX 87 6D 68
Decimal 135 109 104
Binary 10000111 1101101 1101000
Octal 207 155 150

Shades and tints

Shades of #876D68

#876D68
(135,109,104)
#7B645F
(123,100,95)
#6F5B56
(111,91,86)
#63524D
(99,82,77)
#574944
(87,73,68)
#4B403B
(75,64,59)
#3F3732
(63,55,50)
#332E29
(51,46,41)
#272520
(39,37,32)
#1B1C17
(27,28,23)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #876D68

#876D68
(135,109,104)
#917A75
(145,122,117)
#9B8782
(155,135,130)
#A5948F
(165,148,143)
#AFA19C
(175,161,156)
#B9AEA9
(185,174,169)
#C3BBB6
(195,187,182)
#CDC8C3
(205,200,195)
#D7D5D0
(215,213,208)
#E1E2DD
(225,226,221)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876D68; }

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

This text font color is #876D68.

Background Color

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

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

This div background color is #876D68.

Border color

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

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

This div border color is #876D68.

Opacity

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

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

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

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

This text has shadow with #876D68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876D68.

Preview

Color preview on black background

This text has color #876D68 on black background.


Color preview on white background

This text has color #876D68 on white background.


Black color preview on #876D68 background

This text has black color on #876D68 background.


White color preview on #876D68 background

This text has white color on #876D68 background.


Related colors

Complementary color

Complementary color for #hex is #789297.


I love getcolorcode.com

Triadic colors

1 #68876D and #6D6887 with #876D68 are triadic colors.

2 #686D87 and #6D8768 with #876D68 are triadic colors.