Shades of Hurricane #85807C
Tints of Hurricane #85807C
RGB
CMYK
RGB Variations
Color information
#85807C (or 0x85807C) is known color: Hurricane. HEX triplet: 85, 80 and 7C. RGB value is (133,128,124). Sum of RGB (Red+Green+Blue) = 133+128+124=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 133 - color contains mainly: red. Hex color #85807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85807C is #7A7F83. Grayscale: #818181. Windows color (decimal): -8028036 or 8159365. OLE color: 8159365.
HSL color Cylindrical-coordinate representation of color #85807C: hue angle of 26.67º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #85807C is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 124 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.48 |
| HSL | 26.67º | 0.04% | 0.5% | - |
| HSV(B) | 26.67º | 0.07% | 0.52% | - |
| XYZ | 21.03 | 21.88 | 22.18 | - |
| YUV | 129.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 124 | 0 | 0.04 | 0.07 | 0.48 | 26.67 | 0.04 | 0.5 |
| Hex | 85 | 80 | 7C | 0 | 4 | 7 | 30 | 1B | 4 | 32 |
| Octal | 205 | 200 | 174 | 0 | 4 | 7 | 60 | 33 | 4 | 62 |
| Binary | 10000101 | 10000000 | 1111100 | 0 | 100 | 111 | 110000 | 11011 | 100 | 110010 |
Color Harmonies of #85807C
Complementary color
Monochromatic Colors of #85807C
Black with #85807C
Text Example
Text Example
White with #85807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85807C; }
p { color: rgb(133,128,124); }
H1.HeaderClassName
{
color: #85807C;
}
.AnyTagClassName
{
color: #85807C;
}
</style>
background-color css
<style>
a { background-color: #85807C; }
a { background-color: rgb(133,128,124); }
div.DivClassName
{
background-color: #85807C;
}
.BgClassName
{
background-color: #85807C;
}
</style>
border-color css
<style>
span { border-color: #85807C; }
span { border-color: rgb(133,128,124); }
td.TdClassName
{
border-color: #85807C;
}
.TagClassName
{
border-color: #85807C;
}
</style>