Shades of Hurricane #88807A
Tints of Hurricane #88807A
RGB
CMYK
RGB Variations
Color information
#88807A (or 0x88807A) is known color: Hurricane. HEX triplet: 88, 80 and 7A. RGB value is (136,128,122). Sum of RGB (Red+Green+Blue) = 136+128+122=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 136 - color contains mainly: red. Hex color #88807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88807A is #777F85. Grayscale: #818181. Windows color (decimal): -7831430 or 8028296. OLE color: 8028296.
HSL color Cylindrical-coordinate representation of color #88807A: hue angle of 25.71º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #88807A is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 122 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.47 |
| HSL | 25.71º | 0.06% | 0.51% | - |
| HSV(B) | 25.71º | 0.1% | 0.53% | - |
| XYZ | 21.39 | 22.08 | 21.55 | - |
| YUV | 129.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 122 | 0 | 0.06 | 0.10 | 0.47 | 25.71 | 0.06 | 0.51 |
| Hex | 88 | 80 | 7A | 0 | 6 | A | 2F | 1A | 6 | 33 |
| Octal | 210 | 200 | 172 | 0 | 6 | 12 | 57 | 32 | 6 | 63 |
| Binary | 10001000 | 10000000 | 1111010 | 0 | 110 | 1010 | 101111 | 11010 | 110 | 110011 |
Color Harmonies of #88807A
Complementary color
Monochromatic Colors of #88807A
Black with #88807A
Text Example
Text Example
White with #88807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88807A; }
p { color: rgb(136,128,122); }
H1.HeaderClassName
{
color: #88807A;
}
.AnyTagClassName
{
color: #88807A;
}
</style>
background-color css
<style>
a { background-color: #88807A; }
a { background-color: rgb(136,128,122); }
div.DivClassName
{
background-color: #88807A;
}
.BgClassName
{
background-color: #88807A;
}
</style>
border-color css
<style>
span { border-color: #88807A; }
span { border-color: rgb(136,128,122); }
td.TdClassName
{
border-color: #88807A;
}
.TagClassName
{
border-color: #88807A;
}
</style>