COLOR #876A6B

HEX: #876A6B RGB: (135,106,107)

Color info

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

RGB color model

#876A6B color RGB value is (135,106,107).

RGB: (135,106,107) (53%, 42%, 42%)

RGB channels and saturation

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

135
106
107

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

Portions of RGB colors in percentages

R + G + B = 135 + 106 + 107 = 348 (100%)
R 135 of 348 ~ 38.79%
G 106 of 348 ~ 30.46%
B 107 of 348 ~ 30.75'%

%38.79
%30.46
%30.75

CMYK color model

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

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

CMYK: (0,21,21,47)
C0M21Y21K47 (0%, 21%, 21%, 47%)
(0.00 / 0.21 / 0.21 / 0.47)

CMYK percentages

%0
%21.48
%20.74
%47.06

Codes

Color #876A6B in popluar color models

87 6A 6B
RGB 135 106 107
HSL 358° 12.03% 47.25%
HSB/HSV 358° 21.48% 52.94%
CMYK 0.00% 21.48% 20.74%
47.06%

Color #876A6B in popluar number systems.

HEX 87 6A 6B
Decimal 135 106 107
Binary 10000111 1101010 1101011
Octal 207 152 153

Shades and tints

Shades of #876A6B

#876A6B
(135,106,107)
#7B6162
(123,97,98)
#6F5859
(111,88,89)
#634F50
(99,79,80)
#574647
(87,70,71)
#4B3D3E
(75,61,62)
#3F3435
(63,52,53)
#332B2C
(51,43,44)
#272223
(39,34,35)
#1B191A
(27,25,26)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #876A6B

#876A6B
(135,106,107)
#917778
(145,119,120)
#9B8485
(155,132,133)
#A59192
(165,145,146)
#AF9E9F
(175,158,159)
#B9ABAC
(185,171,172)
#C3B8B9
(195,184,185)
#CDC5C6
(205,197,198)
#D7D2D3
(215,210,211)
#E1DFE0
(225,223,224)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876A6B; }

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

This text font color is #876A6B.

Background Color

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

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

This div background color is #876A6B.

Border color

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

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

This div border color is #876A6B.

Opacity

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

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

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

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

This text has shadow with #876A6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876A6B.

Preview

Color preview on black background

This text has color #876A6B on black background.


Color preview on white background

This text has color #876A6B on white background.


Black color preview on #876A6B background

This text has black color on #876A6B background.


White color preview on #876A6B background

This text has white color on #876A6B background.


Related colors

Complementary color

Complementary color for #hex is #789594.


I love getcolorcode.com

Triadic colors

1 #6B876A and #6A6B87 with #876A6B are triadic colors.

2 #6B6A87 and #6A876B with #876A6B are triadic colors.