HEX: #887375
RGB: (136,115,117)
#887375 contains red, green and blue colors in about the same proportion. Web safe color of #887375 is #996666 (or #966).
#887375 color RGB value is (136,115,117).
RGB: (136,115,117) (53%,45%,46%)
R 136 of 255 = 53%
G 115 of 255 = 45%
B 117 of 255 = 46%
R + G + B ~ 48%. #887375 is middle color (not dark and not light).
R + G + B =
136 + 115 + 117 = 368 (100%)
R 136 of 368 ~ 36.96%
G 115 of 368 ~ 31.25%
B 117 of 368 ~ 31.79%
#887375 color CMYK value is (0,15,14,47).
CMYK: (0,15,14,47) C0M15Y14K47 (0%,15%,14%,47%) (0.00/0.15/0.14/0.47)
88 | 73 | 75 | |
---|---|---|---|
RGB | 136 | 115 | 117 |
HSL | 354° | 8.37% | 49.22% |
HSB/HSV | 354° | 15.44% | 53.33% |
CMYK | 0.00% | 15.44% | 13.97% |
46.67% |
HEX | 88 | 73 | 75 |
Decimal | 136 | 115 | 117 |
Binary | 10001000 | 1110011 | 1110101 |
Octal | 210 | 163 | 165 |
Examples of css and html codes for elements with #887375 color. Also use rgb(136,115,117) instead hex code.
.myTextColor { color: #887375; }
<p style="color:#887375">This sample text font color is #887375.</p>
This text font color is #887375.
.myBgColor { background-color: #887375; }
<div style="background-color:#887375">Inner text</div>
This div background color is #887375.
.myBorderColor { border: 1px solid #887375; }
<div style="border:3px solid #887375">Div</div>
This div border color is #887375.
.myOpacity80 { color: #887375; opacity: 0.8; }
<p style="color:#887375;opacity:0.8;">80%</p>
Text with #887375 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #887375;}
<p style="text-shadow: 3px 3px 1px #887375">Text here.</p>
This text has shadow with #887375 color.
.textShadow {text-shadow: 3px 3px 1px #887375, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #887375, 5px 5px 20px red">Text here.</p>
This text has shadow with #887375 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#887375, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#887375, Direction=45, Strength=4)">Text</p>
This text has shadow with #887375 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #887375; -webkit-box-shadow: 1px 1px 3px 2px #887375; box-shadow: 1px 1px 3px 2px #887375; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #887375; -webkit-box-shadow: 1px 1px 3px 2px #887375; box-shadow:1px 1px 3px 2px #887375;">
Div content here</div>
This text has color #887375 on black background.
This text has color #887375 on white background.
This text has black color on #887375 background.
This text has white color on #887375 background.