Shades of Hurricane #88827E
Tints of Hurricane #88827E
RGB
CMYK
RGB Variations
Color information
#88827E (or 0x88827E) is known color: Hurricane. HEX triplet: 88, 82 and 7E. RGB value is (136,130,126). Sum of RGB (Red+Green+Blue) = 136+130+126=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 136 - color contains mainly: red. Hex color #88827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88827E is #777D81. Grayscale: #838383. Windows color (decimal): -7830914 or 8290952. OLE color: 8290952.
HSL color Cylindrical-coordinate representation of color #88827E: hue angle of 24º 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 #88827E is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 130 | 126 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.47 |
| HSL | 24º | 0.04% | 0.51% | - |
| HSV(B) | 24º | 0.07% | 0.53% | - |
| XYZ | 21.9 | 22.71 | 22.97 | - |
| YUV | 131.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 126 | 0 | 0.04 | 0.07 | 0.47 | 24 | 0.04 | 0.51 |
| Hex | 88 | 82 | 7E | 0 | 4 | 7 | 2F | 18 | 4 | 33 |
| Octal | 210 | 202 | 176 | 0 | 4 | 7 | 57 | 30 | 4 | 63 |
| Binary | 10001000 | 10000010 | 1111110 | 0 | 100 | 111 | 101111 | 11000 | 100 | 110011 |
Color Harmonies of #88827E
Complementary color
Monochromatic Colors of #88827E
Black with #88827E
Text Example
Text Example
White with #88827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88827E; }
p { color: rgb(136,130,126); }
H1.HeaderClassName
{
color: #88827E;
}
.AnyTagClassName
{
color: #88827E;
}
</style>
background-color css
<style>
a { background-color: #88827E; }
a { background-color: rgb(136,130,126); }
div.DivClassName
{
background-color: #88827E;
}
.BgClassName
{
background-color: #88827E;
}
</style>
border-color css
<style>
span { border-color: #88827E; }
span { border-color: rgb(136,130,126); }
td.TdClassName
{
border-color: #88827E;
}
.TagClassName
{
border-color: #88827E;
}
</style>