HEX: #87797E
RGB: (135,121,126)
#87797E contains red, green and blue colors in about the same proportion. Web safe color of #87797E is #996666 (or #966).
#87797E color RGB value is (135,121,126).
RGB: (135,121,126)
(53%, 47%, 49%)
R 135 of 255 = 53%
G 121 of 255 = 47%
B 126 of 255 = 49%
R + G + B ~ 50%. #87797E is middle color (not dark and not light).
R + G + B = 135 + 121 + 126 = 382 (100%)
R 135 of 382 ~ 35.34%
G 121 of 382 ~ 31.68%
B 126 of 382 ~ 32.98'%
#87797E color CMYK value is (0,10,7,47).
CMYK: (0,10,7,47)
C0M10Y7K47 (0%, 10%, 7%, 47%)
(0.00 / 0.10 / 0.07 / 0.47)
Color #87797E in popluar color models
87 | 79 | 7E | |
---|---|---|---|
RGB | 135 | 121 | 126 |
HSL | 339° | 5.51% | 50.20% |
HSB/HSV | 339° | 10.37% | 52.94% |
CMYK | 0.00% | 10.37% | 6.67% |
47.06% |
Color #87797E in popluar number systems.
HEX | 87 | 79 | 7E |
Decimal | 135 | 121 | 126 |
Binary | 10000111 | 1111001 | 1111110 |
Octal | 207 | 171 | 176 |
Shades of #87797E
Tints of #87797E
Examples of css and html codes for elements with #87797E color. Also use rgb(135,121,126) instead hex code.
.myTextColor { color: #87797E; }
<p style="color:#87797E">This sample text font color is #87797E.</p>
This text font color is #87797E.
.myBgColor { background-color: #87797E; }
<div style="background-color:#87797E">Inner text</div>
This div background color is #87797E.
.myBorderColor { border: 1px solid #87797E; }
<div style="border:3px solid #87797E">Div</div>
This div border color is #87797E.
.myOpacity80 { color: #87797E; opacity: 0.8; }
<p style="color:#87797E;opacity:0.8;">80%</p>
Text with #87797E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87797E;}
<p style="text-shadow: 3px 3px 1px #87797E">Text here.</p>
This text has shadow with #87797E color.
.textShadow {text-shadow: 3px 3px 1px #87797E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87797E, 5px 5px 20px red">Text here.</p>
This text has shadow with #87797E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87797E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87797E, Direction=45, Strength=4)">Text</p>
This text has shadow with #87797E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87797E;
-webkit-box-shadow: 1px 1px 3px 2px #87797E;
box-shadow: 1px 1px 3px 2px #87797E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87797E; -webkit-box-shadow: 1px 1px 3px 2px #87797E; box-shadow:1px 1px 3px 2px #87797E;">
Div content here
</div>
This text has color #87797E on black background.
This text has color #87797E on white background.
This text has black color on #87797E background.
This text has white color on #87797E background.
Complementary color for #hex is #788681.