HEX: #87977D
RGB: (135,151,125)
#87977D contains red, green and blue colors in about the same proportion. Web safe color of #87977D is #999966 (or #996).
#87977D color RGB value is (135,151,125).
RGB: (135,151,125)
(53%, 59%, 49%)
R 135 of 255 = 53%
G 151 of 255 = 59%
B 125 of 255 = 49%
R + G + B ~ 54%. #87977D is middle color (not dark and not light).
R + G + B = 135 + 151 + 125 = 411 (100%)
R 135 of 411 ~ 32.85%
G 151 of 411 ~ 36.74%
B 125 of 411 ~ 30.41'%
#87977D color CMYK value is (11,0,17,41).
CMYK: (11,0,17,41)
C11M0Y17K41 (11%, 0%, 17%, 41%)
(0.11 / 0.00 / 0.17 / 0.41)
Color #87977D in popluar color models
87 | 97 | 7D | |
---|---|---|---|
RGB | 135 | 151 | 125 |
HSL | 97° | 11.11% | 54.12% |
HSB/HSV | 97° | 17.22% | 59.22% |
CMYK | 10.60% | 0.00% | 17.22% |
40.78% |
Color #87977D in popluar number systems.
HEX | 87 | 97 | 7D |
Decimal | 135 | 151 | 125 |
Binary | 10000111 | 10010111 | 1111101 |
Octal | 207 | 227 | 175 |
Shades of #87977D
Tints of #87977D
Examples of css and html codes for elements with #87977D color. Also use rgb(135,151,125) instead hex code.
.myTextColor { color: #87977D; }
<p style="color:#87977D">This sample text font color is #87977D.</p>
This text font color is #87977D.
.myBgColor { background-color: #87977D; }
<div style="background-color:#87977D">Inner text</div>
This div background color is #87977D.
.myBorderColor { border: 1px solid #87977D; }
<div style="border:3px solid #87977D">Div</div>
This div border color is #87977D.
.myOpacity80 { color: #87977D; opacity: 0.8; }
<p style="color:#87977D;opacity:0.8;">80%</p>
Text with #87977D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87977D;}
<p style="text-shadow: 3px 3px 1px #87977D">Text here.</p>
This text has shadow with #87977D color.
.textShadow {text-shadow: 3px 3px 1px #87977D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87977D, 5px 5px 20px red">Text here.</p>
This text has shadow with #87977D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87977D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87977D, Direction=45, Strength=4)">Text</p>
This text has shadow with #87977D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87977D;
-webkit-box-shadow: 1px 1px 3px 2px #87977D;
box-shadow: 1px 1px 3px 2px #87977D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87977D; -webkit-box-shadow: 1px 1px 3px 2px #87977D; box-shadow:1px 1px 3px 2px #87977D;">
Div content here
</div>
This text has color #87977D on black background.
This text has color #87977D on white background.
This text has black color on #87977D background.
This text has white color on #87977D background.
Complementary color for #hex is #786882.