COLOR #876AA0

HEX: #876AA0 RGB: (135,106,160)

Color info

#876AA0 contains red, green and blue colors in about the same proportion. Web safe color of #876AA0 is #996699 (or #969).

RGB color model

#876AA0 color RGB value is (135,106,160).

RGB: (135,106,160) (53%, 42%, 63%)

RGB channels and saturation

R 135 of 255 = 53%
G 106 of 255 = 42%
B 160 of 255 = 63%

135
106
160

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

Portions of RGB colors in percentages

R + G + B = 135 + 106 + 160 = 401 (100%)
R 135 of 401 ~ 33.67%
G 106 of 401 ~ 26.43%
B 160 of 401 ~ 39.9'%

%33.67
%26.43
%39.9

CMYK color model

#876AA0 color CMYK value is (16,34,0,37).

  • cyan value is 15.63%
  • magenta value is 33.75%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK: (16,34,0,37) C16M34Y0K37 (16%,34%,0%,37%) (0.16/0.34/0.00/0.37) 

CMYK percentages

%15.63
%33.75
%0
%37.25

Codes

Color #876AA0 in popluar color models

87 6A A0
RGB 135 106 160
HSL 272° 22.13% 52.16%
HSB/HSV 272° 33.75% 62.75%
CMYK 15.63% 33.75% 0.00%
37.25%

Color #876AA0 in popluar number systems.

HEX 87 6A A0
Decimal 135 106 160
Binary 10000111 1101010 10100000
Octal 207 152 240

Shades and tints

Shades of #876AA0

#876AA0
(135,106,160)
#7B6192
(123,97,146)
#6F5884
(111,88,132)
#634F76
(99,79,118)
#574668
(87,70,104)
#4B3D5A
(75,61,90)
#3F344C
(63,52,76)
#332B3E
(51,43,62)
#272230
(39,34,48)
#1B1922
(27,25,34)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #876AA0

#876AA0
(135,106,160)
#9177A8
(145,119,168)
#9B84B0
(155,132,176)
#A591B8
(165,145,184)
#AF9EC0
(175,158,192)
#B9ABC8
(185,171,200)
#C3B8D0
(195,184,208)
#CDC5D8
(205,197,216)
#D7D2E0
(215,210,224)
#E1DFE8
(225,223,232)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876AA0; }

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

This text font color is #876AA0.

Background Color

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

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

This div background color is #876AA0.

Border color

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

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

This div border color is #876AA0.

Opacity

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

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

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

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

This text has shadow with #876AA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876AA0.

Preview

Color preview on black background

This text has color #876AA0 on black background.


Color preview on white background

This text has color #876AA0 on white background.


Black color preview on #876AA0 background

This text has black color on #876AA0 background.


White color preview on #876AA0 background

This text has white color on #876AA0 background.


Related colors

Complementary color

Complementary color for #hex is #78955F.


I love getcolorcode.com

Triadic colors

1 #A0876A and #6AA087 with #876AA0 are triadic colors.

2 #A06A87 and #6A87A0 with #876AA0 are triadic colors.