HEX: #877D75
RGB: (135,125,117)
#877D75 contains red, green and blue colors in about the same proportion. Web safe color of #877D75 is #996666 (or #966).
#877D75 color RGB value is (135,125,117).
RGB: (135,125,117)
(53%, 49%, 46%)
R 135 of 255 = 53%
G 125 of 255 = 49%
B 117 of 255 = 46%
R + G + B ~ 49%. #877D75 is middle color (not dark and not light).
R + G + B = 135 + 125 + 117 = 377 (100%)
R 135 of 377 ~ 35.81%
G 125 of 377 ~ 33.16%
B 117 of 377 ~ 31.03'%
#877D75 color CMYK value is (0,7,13,47).
CMYK: (0,7,13,47) C0M7Y13K47 (0%,7%,13%,47%) (0.00/0.07/0.13/0.47)
Color #877D75 in popluar color models
87 | 7D | 75 | |
---|---|---|---|
RGB | 135 | 125 | 117 |
HSL | 27° | 7.14% | 49.41% |
HSB/HSV | 27° | 13.33% | 52.94% |
CMYK | 0.00% | 7.41% | 13.33% |
47.06% |
Color #877D75 in popluar number systems.
HEX | 87 | 7D | 75 |
Decimal | 135 | 125 | 117 |
Binary | 10000111 | 1111101 | 1110101 |
Octal | 207 | 175 | 165 |
Shades of #877D75
Tints of #877D75
Examples of css and html codes for elements with #877D75 color. Also use rgb(135,125,117) instead hex code.
.myTextColor { color: #877D75; }
<p style="color:#877D75">This sample text font color is #877D75.</p>
This text font color is #877D75.
.myBgColor { background-color: #877D75; }
<div style="background-color:#877D75">Inner text</div>
This div background color is #877D75.
.myBorderColor { border: 1px solid #877D75; }
<div style="border:3px solid #877D75">Div</div>
This div border color is #877D75.
.myOpacity80 { color: #877D75; opacity: 0.8; }
<p style="color:#877D75;opacity:0.8;">80%</p>
Text with #877D75 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #877D75;}
<p style="text-shadow: 3px 3px 1px #877D75">Text here.</p>
This text has shadow with #877D75 color.
.textShadow {text-shadow: 3px 3px 1px #877D75', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #877D75, 5px 5px 20px red">Text here.</p>
This text has shadow with #877D75 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#877D75, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#877D75, Direction=45, Strength=4)">Text</p>
This text has shadow with #877D75 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #877D75;
-webkit-box-shadow: 1px 1px 3px 2px #877D75;
box-shadow: 1px 1px 3px 2px #877D75;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #877D75; -webkit-box-shadow: 1px 1px 3px 2px #877D75; box-shadow:1px 1px 3px 2px #877D75;">
Div content here
</div>
This text has color #877D75 on black background.
This text has color #877D75 on white background.
This text has black color on #877D75 background.
This text has white color on #877D75 background.
Complementary color for #hex is #78828A.