COLOR #876B7A

HEX: #876B7A RGB: (135,107,122)

Color info

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

RGB color model

#876B7A color RGB value is (135,107,122).

RGB: (135,107,122) (53%, 42%, 48%)

RGB channels and saturation

R 135 of 255 = 53%
G 107 of 255 = 42%
B 122 of 255 = 48%

135
107
122

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

Portions of RGB colors in percentages

R + G + B = 135 + 107 + 122 = 364 (100%)
R 135 of 364 ~ 37.09%
G 107 of 364 ~ 29.4%
B 122 of 364 ~ 33.52'%

%37.09
%29.4
%33.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 9.63%
  • key color value is 47.06%
CMYK: (0,21,10,47) C0M21Y10K47 (0%,21%,10%,47%) (0.00/0.21/0.10/0.47) 

CMYK percentages

%0
%20.74
%9.63
%47.06

Codes

Color #876B7A in popluar color models

87 6B 7A
RGB 135 107 122
HSL 328° 11.57% 47.45%
HSB/HSV 328° 20.74% 52.94%
CMYK 0.00% 20.74% 9.63%
47.06%

Color #876B7A in popluar number systems.

HEX 87 6B 7A
Decimal 135 107 122
Binary 10000111 1101011 1111010
Octal 207 153 172

Shades and tints

Shades of #876B7A

#876B7A
(135,107,122)
#7B626F
(123,98,111)
#6F5964
(111,89,100)
#635059
(99,80,89)
#57474E
(87,71,78)
#4B3E43
(75,62,67)
#3F3538
(63,53,56)
#332C2D
(51,44,45)
#272322
(39,35,34)
#1B1A17
(27,26,23)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #876B7A

#876B7A
(135,107,122)
#917886
(145,120,134)
#9B8592
(155,133,146)
#A5929E
(165,146,158)
#AF9FAA
(175,159,170)
#B9ACB6
(185,172,182)
#C3B9C2
(195,185,194)
#CDC6CE
(205,198,206)
#D7D3DA
(215,211,218)
#E1E0E6
(225,224,230)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876B7A; }

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

This text font color is #876B7A.

Background Color

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

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

This div background color is #876B7A.

Border color

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

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

This div border color is #876B7A.

Opacity

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

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

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

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

This text has shadow with #876B7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876B7A.

Preview

Color preview on black background

This text has color #876B7A on black background.


Color preview on white background

This text has color #876B7A on white background.


Black color preview on #876B7A background

This text has black color on #876B7A background.


White color preview on #876B7A background

This text has white color on #876B7A background.


Related colors

Complementary color

Complementary color for #hex is #789485.


I love getcolorcode.com

Triadic colors

1 #7A876B and #6B7A87 with #876B7A are triadic colors.

2 #7A6B87 and #6B877A with #876B7A are triadic colors.