COLOR #876882

HEX: #876882 RGB: (135,104,130)

Color info

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

RGB color model

#876882 color RGB value is (135,104,130).

RGB: (135,104,130) (53%, 41%, 51%)

RGB channels and saturation

R 135 of 255 = 53%
G 104 of 255 = 41%
B 130 of 255 = 51%

135
104
130

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

Portions of RGB colors in percentages

R + G + B = 135 + 104 + 130 = 369 (100%)
R 135 of 369 ~ 36.59%
G 104 of 369 ~ 28.18%
B 130 of 369 ~ 35.23'%

%36.59
%28.18
%35.23

CMYK color model

#876882 color CMYK value is (0,23,4,47).

  • cyan value is 0.00%
  • magenta value is 22.96%
  • yellow value is 3.70%
  • key color value is 47.06%

CMYK: (0,23,4,47)
C0M23Y4K47 (0%, 23%, 4%, 47%)
(0.00 / 0.23 / 0.04 / 0.47)

CMYK percentages

%0
%22.96
%3.7
%47.06

Codes

Color #876882 in popluar color models

87 68 82
RGB 135 104 130
HSL 310° 12.97% 46.86%
HSB/HSV 310° 22.96% 52.94%
CMYK 0.00% 22.96% 3.70%
47.06%

Color #876882 in popluar number systems.

HEX 87 68 82
Decimal 135 104 130
Binary 10000111 1101000 10000010
Octal 207 150 202

Shades and tints

Shades of #876882

#876882
(135,104,130)
#7B5F77
(123,95,119)
#6F566C
(111,86,108)
#634D61
(99,77,97)
#574456
(87,68,86)
#4B3B4B
(75,59,75)
#3F3240
(63,50,64)
#332935
(51,41,53)
#27202A
(39,32,42)
#1B171F
(27,23,31)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #876882

#876882
(135,104,130)
#91758D
(145,117,141)
#9B8298
(155,130,152)
#A58FA3
(165,143,163)
#AF9CAE
(175,156,174)
#B9A9B9
(185,169,185)
#C3B6C4
(195,182,196)
#CDC3CF
(205,195,207)
#D7D0DA
(215,208,218)
#E1DDE5
(225,221,229)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876882 color. Also use rgb(135,104,130) instead hex code.

Text Font Color

.myTextColor { color: #876882; }

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

This text font color is #876882.

Background Color

.myBgColor { background-color: #876882; }

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

This div background color is #876882.

Border color

.myBorderColor { border: 1px solid #876882; }

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

This div border color is #876882.

Opacity

.myOpacity80 { color: #876882; opacity: 0.8; }

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

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

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

This text has shadow with #876882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876882.

Preview

Color preview on black background

This text has color #876882 on black background.


Color preview on white background

This text has color #876882 on white background.


Black color preview on #876882 background

This text has black color on #876882 background.


White color preview on #876882 background

This text has white color on #876882 background.


Related colors

Complementary color

Complementary color for #hex is #78977D.


I love getcolorcode.com

Triadic colors

1 #828768 and #688287 with #876882 are triadic colors.

2 #826887 and #688782 with #876882 are triadic colors.