COLOR #876A7B

HEX: #876A7B
RGB: (135,106,123)

Color info

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

RGB color model

#876A7B color RGB value is (135,106,123).

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

RGB channels and saturation

R 135 of 255 = 53%
G 106 of 255 = 42%
B 123 of 255 = 48%

135
106
123

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

Portions of RGB colors in percentages

R + G + B =
135 + 106 + 123 = 364 (100%)
R 135 of 364 ~ 37.09%
G 106 of 364 ~ 29.12%
B 123 of 364 ~ 33.79%

%37.09
%29.12
%33.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.48%
  • yellow value is 8.89%
  • key color value is 47.06%
CMYK:
(0,21,9,47)
C0M21Y9K47 
(0%,21%,9%,47%)
(0.00/0.21/0.09/0.47)	

CMYK percentages

%0
%21.48
%8.89
%47.06

Codes

Color #876A7B in popluar color models

876A7B
RGB135106123
HSL325°12.03%47.25%
HSB/HSV325°21.48%52.94%
CMYK0.00%21.48%8.89%
47.06%

Color #876A7B in popluar number systems.

HEX876A7B
Decimal135106123
Binary1000011111010101111011
Octal207152173

Shades and tints

Shades of #876A7B

#876A7B
(135,106,123)
#7B6170
(123,97,112)
#6F5865
(111,88,101)
#634F5A
(99,79,90)
#57464F
(87,70,79)
#4B3D44
(75,61,68)
#3F3439
(63,52,57)
#332B2E
(51,43,46)
#272223
(39,34,35)
#1B1918
(27,25,24)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #876A7B

#876A7B
(135,106,123)
#917787
(145,119,135)
#9B8493
(155,132,147)
#A5919F
(165,145,159)
#AF9EAB
(175,158,171)
#B9ABB7
(185,171,183)
#C3B8C3
(195,184,195)
#CDC5CF
(205,197,207)
#D7D2DB
(215,210,219)
#E1DFE7
(225,223,231)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876A7B; }

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

This text font color is #876A7B.


Background Color

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

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

This div background color is #876A7B.


Border color

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

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

This div border color is #876A7B.


Opacity

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

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

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

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

This text has shadow with #876A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876A7B on black background.


Color preview on white background

This text has color #876A7B on white background.



Black color preview on #876A7B background

This text has black color on #876A7B background.


White color preview on #876A7B background

This text has white color on #876A7B background.