Shades of Hurricane #88817E
Tints of Hurricane #88817E
RGB
CMYK
RGB Variations
Color information
#88817E (or 0x88817E) is known color: Hurricane. HEX triplet: 88, 81 and 7E. RGB value is (136,129,126). Sum of RGB (Red+Green+Blue) = 136+129+126=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 136 - color contains mainly: red. Hex color #88817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88817E is #777E81. Grayscale: #828282. Windows color (decimal): -7831170 or 8290696. OLE color: 8290696.
HSL color Cylindrical-coordinate representation of color #88817E: hue angle of 18º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #88817E is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 126 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.47 |
| HSL | 18º | 0.04% | 0.51% | - |
| HSV(B) | 18º | 0.07% | 0.53% | - |
| XYZ | 21.77 | 22.44 | 22.92 | - |
| YUV | 130.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 126 | 0 | 0.05 | 0.07 | 0.47 | 18 | 0.04 | 0.51 |
| Hex | 88 | 81 | 7E | 0 | 5 | 7 | 2F | 12 | 4 | 33 |
| Octal | 210 | 201 | 176 | 0 | 5 | 7 | 57 | 22 | 4 | 63 |
| Binary | 10001000 | 10000001 | 1111110 | 0 | 101 | 111 | 101111 | 10010 | 100 | 110011 |
Color Harmonies of #88817E
Complementary color
Monochromatic Colors of #88817E
Black with #88817E
Text Example
Text Example
White with #88817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88817E; }
p { color: rgb(136,129,126); }
H1.HeaderClassName
{
color: #88817E;
}
.AnyTagClassName
{
color: #88817E;
}
</style>
background-color css
<style>
a { background-color: #88817E; }
a { background-color: rgb(136,129,126); }
div.DivClassName
{
background-color: #88817E;
}
.BgClassName
{
background-color: #88817E;
}
</style>
border-color css
<style>
span { border-color: #88817E; }
span { border-color: rgb(136,129,126); }
td.TdClassName
{
border-color: #88817E;
}
.TagClassName
{
border-color: #88817E;
}
</style>