COLOR #876C7A

HEX: #876C7A
RGB: (135,108,122)

Color info

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

RGB color model

#876C7A color RGB value is (135,108,122).

  • red value is 135;
  • green value is 108;
  • blue value is 122.
RGB:
(135,108,122)
(53%,42%,48%)

RGB channels and saturation

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

135
108
122

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

Portions of RGB colors in percentages

R + G + B =
135 + 108 + 122 = 365 (100%)
R 135 of 365 ~ 36.99%
G 108 of 365 ~ 29.59%
B 122 of 365 ~ 33.42%

%36.99
%29.59
%33.42

CMYK color model

#876C7A color CMYK value is (0,20,10,47).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 9.63%
  • key color value is 47.06%
CMYK:
(0,20,10,47)
C0M20Y10K47 
(0%,20%,10%,47%)
(0.00/0.20/0.10/0.47)	

CMYK percentages

%0
%20
%9.63
%47.06

Codes

Color #876C7A in popluar color models

876C7A
RGB135108122
HSL329°11.11%47.65%
HSB/HSV329°20.00%52.94%
CMYK0.00%20.00%9.63%
47.06%

Color #876C7A in popluar number systems.

HEX876C7A
Decimal135108122
Binary1000011111011001111010
Octal207154172

Shades and tints

Shades of #876C7A

#876C7A
(135,108,122)
#7B636F
(123,99,111)
#6F5A64
(111,90,100)
#635159
(99,81,89)
#57484E
(87,72,78)
#4B3F43
(75,63,67)
#3F3638
(63,54,56)
#332D2D
(51,45,45)
#272422
(39,36,34)
#1B1B17
(27,27,23)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #876C7A

#876C7A
(135,108,122)
#917986
(145,121,134)
#9B8692
(155,134,146)
#A5939E
(165,147,158)
#AFA0AA
(175,160,170)
#B9ADB6
(185,173,182)
#C3BAC2
(195,186,194)
#CDC7CE
(205,199,206)
#D7D4DA
(215,212,218)
#E1E1E6
(225,225,230)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876C7A; }

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

This text font color is #876C7A.


Background Color

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

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

This div background color is #876C7A.


Border color

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

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

This div border color is #876C7A.


Opacity

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

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

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

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

This text has shadow with #876C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876C7A on black background.


Color preview on white background

This text has color #876C7A on white background.



Black color preview on #876C7A background

This text has black color on #876C7A background.


White color preview on #876C7A background

This text has white color on #876C7A background.