Shades of Hurricane #887F79
Tints of Hurricane #887F79
RGB
CMYK
RGB Variations
Color information
#887F79 (or 0x887F79) is known color: Hurricane. HEX triplet: 88, 7F and 79. RGB value is (136,127,121). Sum of RGB (Red+Green+Blue) = 136+127+121=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 136 - color contains mainly: red. Hex color #887F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F79 is #778086. Grayscale: #818181. Windows color (decimal): -7831687 or 7962504. OLE color: 7962504.
HSL color Cylindrical-coordinate representation of color #887F79: hue angle of 24º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #887F79 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 127 | 121 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.47 |
| HSL | 24º | 0.06% | 0.5% | - |
| HSV(B) | 24º | 0.11% | 0.53% | - |
| XYZ | 21.19 | 21.79 | 21.18 | - |
| YUV | 129.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 121 | 0 | 0.07 | 0.11 | 0.47 | 24 | 0.06 | 0.5 |
| Hex | 88 | 7F | 79 | 0 | 7 | B | 2F | 18 | 6 | 32 |
| Octal | 210 | 177 | 171 | 0 | 7 | 13 | 57 | 30 | 6 | 62 |
| Binary | 10001000 | 1111111 | 1111001 | 0 | 111 | 1011 | 101111 | 11000 | 110 | 110010 |
Color Harmonies of #887F79
Complementary color
Monochromatic Colors of #887F79
Black with #887F79
Text Example
Text Example
White with #887F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887F79; }
p { color: rgb(136,127,121); }
H1.HeaderClassName
{
color: #887F79;
}
.AnyTagClassName
{
color: #887F79;
}
</style>
background-color css
<style>
a { background-color: #887F79; }
a { background-color: rgb(136,127,121); }
div.DivClassName
{
background-color: #887F79;
}
.BgClassName
{
background-color: #887F79;
}
</style>
border-color css
<style>
span { border-color: #887F79; }
span { border-color: rgb(136,127,121); }
td.TdClassName
{
border-color: #887F79;
}
.TagClassName
{
border-color: #887F79;
}
</style>