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