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