Shades of Hurricane #85807E
Tints of Hurricane #85807E
RGB
CMYK
RGB Variations
Color information
#85807E (or 0x85807E) is known color: Hurricane. HEX triplet: 85, 80 and 7E. RGB value is (133,128,126). Sum of RGB (Red+Green+Blue) = 133+128+126=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 133 - color contains mainly: red. Hex color #85807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85807E is #7A7F81. Grayscale: #818181. Windows color (decimal): -8028034 or 8290437. OLE color: 8290437.
HSL color Cylindrical-coordinate representation of color #85807E: hue angle of 17.14º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #85807E is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 126 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.48 |
| HSL | 17.14º | 0.03% | 0.51% | - |
| HSV(B) | 17.14º | 0.05% | 0.52% | - |
| XYZ | 21.16 | 21.93 | 22.86 | - |
| YUV | 129.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 126 | 0 | 0.04 | 0.05 | 0.48 | 17.14 | 0.03 | 0.51 |
| Hex | 85 | 80 | 7E | 0 | 4 | 5 | 30 | 11 | 3 | 33 |
| Octal | 205 | 200 | 176 | 0 | 4 | 5 | 60 | 21 | 3 | 63 |
| Binary | 10000101 | 10000000 | 1111110 | 0 | 100 | 101 | 110000 | 10001 | 11 | 110011 |
Color Harmonies of #85807E
Complementary color
Monochromatic Colors of #85807E
Black with #85807E
Text Example
Text Example
White with #85807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85807E; }
p { color: rgb(133,128,126); }
H1.HeaderClassName
{
color: #85807E;
}
.AnyTagClassName
{
color: #85807E;
}
</style>
background-color css
<style>
a { background-color: #85807E; }
a { background-color: rgb(133,128,126); }
div.DivClassName
{
background-color: #85807E;
}
.BgClassName
{
background-color: #85807E;
}
</style>
border-color css
<style>
span { border-color: #85807E; }
span { border-color: rgb(133,128,126); }
td.TdClassName
{
border-color: #85807E;
}
.TagClassName
{
border-color: #85807E;
}
</style>