HEX: #887887
RGB: (136,120,135)
#887887 contains red, green and blue colors in about the same proportion. Web safe color of #887887 is #996699 (or #969).
#887887 color RGB value is (136,120,135).
RGB: (136,120,135) (53%,47%,53%)
R 136 of 255 = 53%
G 120 of 255 = 47%
B 135 of 255 = 53%
R + G + B ~ 51%. #887887 is middle color (not dark and not light).
R + G + B =
136 + 120 + 135 = 391 (100%)
R 136 of 391 ~ 34.78%
G 120 of 391 ~ 30.69%
B 135 of 391 ~ 34.53%
#887887 color CMYK value is (0,12,1,47).
CMYK: (0,12,1,47) C0M12Y1K47 (0%,12%,1%,47%) (0.00/0.12/0.01/0.47)
88 | 78 | 87 | |
---|---|---|---|
RGB | 136 | 120 | 135 |
HSL | 304° | 6.30% | 50.20% |
HSB/HSV | 304° | 11.76% | 53.33% |
CMYK | 0.00% | 11.76% | 0.74% |
46.67% |
HEX | 88 | 78 | 87 |
Decimal | 136 | 120 | 135 |
Binary | 10001000 | 1111000 | 10000111 |
Octal | 210 | 170 | 207 |
Examples of css and html codes for elements with #887887 color. Also use rgb(136,120,135) instead hex code.
.myTextColor { color: #887887; }
<p style="color:#887887">This sample text font color is #887887.</p>
This text font color is #887887.
.myBgColor { background-color: #887887; }
<div style="background-color:#887887">Inner text</div>
This div background color is #887887.
.myBorderColor { border: 1px solid #887887; }
<div style="border:3px solid #887887">Div</div>
This div border color is #887887.
.myOpacity80 { color: #887887; opacity: 0.8; }
<p style="color:#887887;opacity:0.8;">80%</p>
Text with #887887 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #887887;}
<p style="text-shadow: 3px 3px 1px #887887">Text here.</p>
This text has shadow with #887887 color.
.textShadow {text-shadow: 3px 3px 1px #887887, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #887887, 5px 5px 20px red">Text here.</p>
This text has shadow with #887887 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#887887, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#887887, Direction=45, Strength=4)">Text</p>
This text has shadow with #887887 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #887887; -webkit-box-shadow: 1px 1px 3px 2px #887887; box-shadow: 1px 1px 3px 2px #887887; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #887887; -webkit-box-shadow: 1px 1px 3px 2px #887887; box-shadow:1px 1px 3px 2px #887887;">
Div content here</div>
This text has color #887887 on black background.
This text has color #887887 on white background.
This text has black color on #887887 background.
This text has white color on #887887 background.