HEX: #876684
RGB: (135,102,132)
#876684 contains red, green and blue colors in about the same proportion. Web safe color of #876684 is #996699 (or #969).
#876684 color RGB value is (135,102,132).
RGB: (135,102,132)
(53%, 40%, 52%)
R 135 of 255 = 53%
G 102 of 255 = 40%
B 132 of 255 = 52%
R + G + B ~ 48%. #876684 is middle color (not dark and not light).
R + G + B = 135 + 102 + 132 = 369 (100%)
R 135 of 369 ~ 36.59%
G 102 of 369 ~ 27.64%
B 132 of 369 ~ 35.77'%
#876684 color CMYK value is (0,24,2,47).
CMYK: (0,24,2,47)
C0M24Y2K47 (0%, 24%, 2%, 47%)
(0.00 / 0.24 / 0.02 / 0.47)
Color #876684 in popluar color models
87 | 66 | 84 | |
---|---|---|---|
RGB | 135 | 102 | 132 |
HSL | 305° | 13.92% | 46.47% |
HSB/HSV | 305° | 24.44% | 52.94% |
CMYK | 0.00% | 24.44% | 2.22% |
47.06% |
Color #876684 in popluar number systems.
HEX | 87 | 66 | 84 |
Decimal | 135 | 102 | 132 |
Binary | 10000111 | 1100110 | 10000100 |
Octal | 207 | 146 | 204 |
Shades of #876684
Tints of #876684
Examples of css and html codes for elements with #876684 color. Also use rgb(135,102,132) instead hex code.
.myTextColor { color: #876684; }
<p style="color:#876684">This sample text font color is #876684.</p>
This text font color is #876684.
.myBgColor { background-color: #876684; }
<div style="background-color:#876684">Inner text</div>
This div background color is #876684.
.myBorderColor { border: 1px solid #876684; }
<div style="border:3px solid #876684">Div</div>
This div border color is #876684.
.myOpacity80 { color: #876684; opacity: 0.8; }
<p style="color:#876684;opacity:0.8;">80%</p>
Text with #876684 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #876684;}
<p style="text-shadow: 3px 3px 1px #876684">Text here.</p>
This text has shadow with #876684 color.
.textShadow {text-shadow: 3px 3px 1px #876684', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #876684, 5px 5px 20px red">Text here.</p>
This text has shadow with #876684 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#876684, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#876684, Direction=45, Strength=4)">Text</p>
This text has shadow with #876684 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #876684;
-webkit-box-shadow: 1px 1px 3px 2px #876684;
box-shadow: 1px 1px 3px 2px #876684;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #876684; -webkit-box-shadow: 1px 1px 3px 2px #876684; box-shadow:1px 1px 3px 2px #876684;">
Div content here
</div>
This text has color #876684 on black background.
This text has color #876684 on white background.
This text has black color on #876684 background.
This text has white color on #876684 background.
Complementary color for #hex is #78997B.