Shades of Hurricane #88807C
Tints of Hurricane #88807C
RGB
CMYK
RGB Variations
Color information
#88807C (or 0x88807C) is known color: Hurricane. HEX triplet: 88, 80 and 7C. RGB value is (136,128,124). Sum of RGB (Red+Green+Blue) = 136+128+124=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 136 - color contains mainly: red. Hex color #88807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88807C is #777F83. Grayscale: #818181. Windows color (decimal): -7831428 or 8159368. OLE color: 8159368.
HSL color Cylindrical-coordinate representation of color #88807C: hue angle of 20º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #88807C is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 124 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.47 |
| HSL | 20º | 0.05% | 0.51% | - |
| HSV(B) | 20º | 0.09% | 0.53% | - |
| XYZ | 21.51 | 22.13 | 22.21 | - |
| YUV | 129.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 124 | 0 | 0.06 | 0.09 | 0.47 | 20 | 0.05 | 0.51 |
| Hex | 88 | 80 | 7C | 0 | 6 | 9 | 2F | 14 | 5 | 33 |
| Octal | 210 | 200 | 174 | 0 | 6 | 11 | 57 | 24 | 5 | 63 |
| Binary | 10001000 | 10000000 | 1111100 | 0 | 110 | 1001 | 101111 | 10100 | 101 | 110011 |
Color Harmonies of #88807C
Complementary color
Monochromatic Colors of #88807C
Black with #88807C
Text Example
Text Example
White with #88807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88807C; }
p { color: rgb(136,128,124); }
H1.HeaderClassName
{
color: #88807C;
}
.AnyTagClassName
{
color: #88807C;
}
</style>
background-color css
<style>
a { background-color: #88807C; }
a { background-color: rgb(136,128,124); }
div.DivClassName
{
background-color: #88807C;
}
.BgClassName
{
background-color: #88807C;
}
</style>
border-color css
<style>
span { border-color: #88807C; }
span { border-color: rgb(136,128,124); }
td.TdClassName
{
border-color: #88807C;
}
.TagClassName
{
border-color: #88807C;
}
</style>