Shades of Hurricane #88807B
Tints of Hurricane #88807B
RGB
CMYK
RGB Variations
Color information
#88807B (or 0x88807B) is known color: Hurricane. HEX triplet: 88, 80 and 7B. RGB value is (136,128,123). Sum of RGB (Red+Green+Blue) = 136+128+123=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 136 - color contains mainly: red. Hex color #88807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88807B is #777F84. Grayscale: #818181. Windows color (decimal): -7831429 or 8093832. OLE color: 8093832.
HSL color Cylindrical-coordinate representation of color #88807B: hue angle of 23.08º degrees, saturation: 0.05, 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 #88807B is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 123 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.47 |
| HSL | 23.08º | 0.05% | 0.51% | - |
| HSV(B) | 23.08º | 0.1% | 0.53% | - |
| XYZ | 21.45 | 22.1 | 21.87 | - |
| YUV | 129.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 123 | 0 | 0.06 | 0.10 | 0.47 | 23.08 | 0.05 | 0.51 |
| Hex | 88 | 80 | 7B | 0 | 6 | A | 2F | 17 | 5 | 33 |
| Octal | 210 | 200 | 173 | 0 | 6 | 12 | 57 | 27 | 5 | 63 |
| Binary | 10001000 | 10000000 | 1111011 | 0 | 110 | 1010 | 101111 | 10111 | 101 | 110011 |
Color Harmonies of #88807B
Complementary color
Monochromatic Colors of #88807B
Black with #88807B
Text Example
Text Example
White with #88807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88807B; }
p { color: rgb(136,128,123); }
H1.HeaderClassName
{
color: #88807B;
}
.AnyTagClassName
{
color: #88807B;
}
</style>
background-color css
<style>
a { background-color: #88807B; }
a { background-color: rgb(136,128,123); }
div.DivClassName
{
background-color: #88807B;
}
.BgClassName
{
background-color: #88807B;
}
</style>
border-color css
<style>
span { border-color: #88807B; }
span { border-color: rgb(136,128,123); }
td.TdClassName
{
border-color: #88807B;
}
.TagClassName
{
border-color: #88807B;
}
</style>