Shades of Hurricane #88817C
Tints of Hurricane #88817C
RGB
CMYK
RGB Variations
Color information
#88817C (or 0x88817C) is known color: Hurricane. HEX triplet: 88, 81 and 7C. RGB value is (136,129,124). Sum of RGB (Red+Green+Blue) = 136+129+124=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 136 - color contains mainly: red. Hex color #88817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88817C is #777E83. Grayscale: #828282. Windows color (decimal): -7831172 or 8159624. OLE color: 8159624.
HSL color Cylindrical-coordinate representation of color #88817C: hue angle of 25º 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 #88817C is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 124 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.47 |
| HSL | 25º | 0.05% | 0.51% | - |
| HSV(B) | 25º | 0.09% | 0.53% | - |
| XYZ | 21.64 | 22.39 | 22.25 | - |
| YUV | 130.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 124 | 0 | 0.05 | 0.09 | 0.47 | 25 | 0.05 | 0.51 |
| Hex | 88 | 81 | 7C | 0 | 5 | 9 | 2F | 19 | 5 | 33 |
| Octal | 210 | 201 | 174 | 0 | 5 | 11 | 57 | 31 | 5 | 63 |
| Binary | 10001000 | 10000001 | 1111100 | 0 | 101 | 1001 | 101111 | 11001 | 101 | 110011 |
Color Harmonies of #88817C
Complementary color
Monochromatic Colors of #88817C
Black with #88817C
Text Example
Text Example
White with #88817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88817C; }
p { color: rgb(136,129,124); }
H1.HeaderClassName
{
color: #88817C;
}
.AnyTagClassName
{
color: #88817C;
}
</style>
background-color css
<style>
a { background-color: #88817C; }
a { background-color: rgb(136,129,124); }
div.DivClassName
{
background-color: #88817C;
}
.BgClassName
{
background-color: #88817C;
}
</style>
border-color css
<style>
span { border-color: #88817C; }
span { border-color: rgb(136,129,124); }
td.TdClassName
{
border-color: #88817C;
}
.TagClassName
{
border-color: #88817C;
}
</style>