HEX: #87718A
RGB: (135,113,138)
#87718A contains red, green and blue colors in about the same proportion. Web safe color of #87718A is #996699 (or #969).
#87718A color RGB value is (135,113,138).
RGB: (135,113,138)
(53%, 44%, 54%)
R 135 of 255 = 53%
G 113 of 255 = 44%
B 138 of 255 = 54%
R + G + B ~ 50%. #87718A is middle color (not dark and not light).
R + G + B = 135 + 113 + 138 = 386 (100%)
R 135 of 386 ~ 34.97%
G 113 of 386 ~ 29.27%
B 138 of 386 ~ 35.75'%
#87718A color CMYK value is (2,18,0,46).
CMYK: (2,18,0,46)
C2M18Y0K46 (2%, 18%, 0%, 46%)
(0.02 / 0.18 / 0.00 / 0.46)
Color #87718A in popluar color models
87 | 71 | 8A | |
---|---|---|---|
RGB | 135 | 113 | 138 |
HSL | 293° | 9.96% | 49.22% |
HSB/HSV | 293° | 18.12% | 54.12% |
CMYK | 2.17% | 18.12% | 0.00% |
45.88% |
Color #87718A in popluar number systems.
HEX | 87 | 71 | 8A |
Decimal | 135 | 113 | 138 |
Binary | 10000111 | 1110001 | 10001010 |
Octal | 207 | 161 | 212 |
Shades of #87718A
Tints of #87718A
Examples of css and html codes for elements with #87718A color. Also use rgb(135,113,138) instead hex code.
.myTextColor { color: #87718A; }
<p style="color:#87718A">This sample text font color is #87718A.</p>
This text font color is #87718A.
.myBgColor { background-color: #87718A; }
<div style="background-color:#87718A">Inner text</div>
This div background color is #87718A.
.myBorderColor { border: 1px solid #87718A; }
<div style="border:3px solid #87718A">Div</div>
This div border color is #87718A.
.myOpacity80 { color: #87718A; opacity: 0.8; }
<p style="color:#87718A;opacity:0.8;">80%</p>
Text with #87718A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87718A;}
<p style="text-shadow: 3px 3px 1px #87718A">Text here.</p>
This text has shadow with #87718A color.
.textShadow {text-shadow: 3px 3px 1px #87718A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87718A, 5px 5px 20px red">Text here.</p>
This text has shadow with #87718A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87718A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87718A, Direction=45, Strength=4)">Text</p>
This text has shadow with #87718A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87718A;
-webkit-box-shadow: 1px 1px 3px 2px #87718A;
box-shadow: 1px 1px 3px 2px #87718A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87718A; -webkit-box-shadow: 1px 1px 3px 2px #87718A; box-shadow:1px 1px 3px 2px #87718A;">
Div content here
</div>
This text has color #87718A on black background.
This text has color #87718A on white background.
This text has black color on #87718A background.
This text has white color on #87718A background.
Complementary color for #hex is #788E75.