COLOR #876B7D

HEX: #876B7D RGB: (135,107,125)

Color info

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

RGB color model

#876B7D color RGB value is (135,107,125).

RGB: (135,107,125) (53%, 42%, 49%)

RGB channels and saturation

R 135 of 255 = 53%
G 107 of 255 = 42%
B 125 of 255 = 49%

135
107
125

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

Portions of RGB colors in percentages

R + G + B = 135 + 107 + 125 = 367 (100%)
R 135 of 367 ~ 36.78%
G 107 of 367 ~ 29.16%
B 125 of 367 ~ 34.06'%

%36.78
%29.16
%34.06

CMYK color model

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

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

CMYK: (0,21,7,47)
C0M21Y7K47 (0%, 21%, 7%, 47%)
(0.00 / 0.21 / 0.07 / 0.47)

CMYK percentages

%0
%20.74
%7.41
%47.06

Codes

Color #876B7D in popluar color models

87 6B 7D
RGB 135 107 125
HSL 321° 11.57% 47.45%
HSB/HSV 321° 20.74% 52.94%
CMYK 0.00% 20.74% 7.41%
47.06%

Color #876B7D in popluar number systems.

HEX 87 6B 7D
Decimal 135 107 125
Binary 10000111 1101011 1111101
Octal 207 153 175

Shades and tints

Shades of #876B7D

#876B7D
(135,107,125)
#7B6272
(123,98,114)
#6F5967
(111,89,103)
#63505C
(99,80,92)
#574751
(87,71,81)
#4B3E46
(75,62,70)
#3F353B
(63,53,59)
#332C30
(51,44,48)
#272325
(39,35,37)
#1B1A1A
(27,26,26)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #876B7D

#876B7D
(135,107,125)
#917888
(145,120,136)
#9B8593
(155,133,147)
#A5929E
(165,146,158)
#AF9FA9
(175,159,169)
#B9ACB4
(185,172,180)
#C3B9BF
(195,185,191)
#CDC6CA
(205,198,202)
#D7D3D5
(215,211,213)
#E1E0E0
(225,224,224)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876B7D; }

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

This text font color is #876B7D.

Background Color

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

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

This div background color is #876B7D.

Border color

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

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

This div border color is #876B7D.

Opacity

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

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

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

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

This text has shadow with #876B7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876B7D.

Preview

Color preview on black background

This text has color #876B7D on black background.


Color preview on white background

This text has color #876B7D on white background.


Black color preview on #876B7D background

This text has black color on #876B7D background.


White color preview on #876B7D background

This text has white color on #876B7D background.


Related colors

Complementary color

Complementary color for #hex is #789482.


I love getcolorcode.com

Triadic colors

1 #7D876B and #6B7D87 with #876B7D are triadic colors.

2 #7D6B87 and #6B877D with #876B7D are triadic colors.