Shades of Hurricane #887C78
Tints of Hurricane #887C78
RGB
CMYK
RGB Variations
Color information
#887C78 (or 0x887C78) is known color: Hurricane. HEX triplet: 88, 7C and 78. RGB value is (136,124,120). Sum of RGB (Red+Green+Blue) = 136+124+120=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 136 - color contains mainly: red. Hex color #887C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C78 is #778387. Grayscale: #7F7F7F. Windows color (decimal): -7832456 or 7896200. OLE color: 7896200.
HSL color Cylindrical-coordinate representation of color #887C78: hue angle of 15º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #887C78 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 120 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.47 |
| HSL | 15º | 0.06% | 0.5% | - |
| HSV(B) | 15º | 0.12% | 0.53% | - |
| XYZ | 20.75 | 21.01 | 20.73 | - |
| YUV | 127.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 120 | 0 | 0.09 | 0.12 | 0.47 | 15 | 0.06 | 0.5 |
| Hex | 88 | 7C | 78 | 0 | 9 | C | 2F | F | 6 | 32 |
| Octal | 210 | 174 | 170 | 0 | 11 | 14 | 57 | 17 | 6 | 62 |
| Binary | 10001000 | 1111100 | 1111000 | 0 | 1001 | 1100 | 101111 | 1111 | 110 | 110010 |
Color Harmonies of #887C78
Complementary color
Monochromatic Colors of #887C78
Black with #887C78
Text Example
Text Example
White with #887C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C78; }
p { color: rgb(136,124,120); }
H1.HeaderClassName
{
color: #887C78;
}
.AnyTagClassName
{
color: #887C78;
}
</style>
background-color css
<style>
a { background-color: #887C78; }
a { background-color: rgb(136,124,120); }
div.DivClassName
{
background-color: #887C78;
}
.BgClassName
{
background-color: #887C78;
}
</style>
border-color css
<style>
span { border-color: #887C78; }
span { border-color: rgb(136,124,120); }
td.TdClassName
{
border-color: #887C78;
}
.TagClassName
{
border-color: #887C78;
}
</style>