Shades of Hurricane #85756F
Tints of Hurricane #85756F
RGB
CMYK
RGB Variations
Color information
#85756F (or 0x85756F) is known color: Hurricane. HEX triplet: 85, 75 and 6F. RGB value is (133,117,111). Sum of RGB (Red+Green+Blue) = 133+117+111=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #85756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85756F is #7A8A90. Grayscale: #797979. Windows color (decimal): -8030865 or 7304581. OLE color: 7304581.
HSL color Cylindrical-coordinate representation of color #85756F: hue angle of 16.36º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85756F is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 117 | 111 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.48 |
| HSL | 16.36º | 0.09% | 0.48% | - |
| HSV(B) | 16.36º | 0.17% | 0.52% | - |
| XYZ | 18.9 | 18.86 | 17.68 | - |
| YUV | 121.1 | 122.3 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 111 | 0 | 0.12 | 0.17 | 0.48 | 16.36 | 0.09 | 0.48 |
| Hex | 85 | 75 | 6F | 0 | C | 11 | 30 | 10 | 9 | 30 |
| Octal | 205 | 165 | 157 | 0 | 14 | 21 | 60 | 20 | 11 | 60 |
| Binary | 10000101 | 1110101 | 1101111 | 0 | 1100 | 10001 | 110000 | 10000 | 1001 | 110000 |
Color Harmonies of #85756F
Complementary color
Monochromatic Colors of #85756F
Black with #85756F
Text Example
Text Example
White with #85756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85756F; }
p { color: rgb(133,117,111); }
H1.HeaderClassName
{
color: #85756F;
}
.AnyTagClassName
{
color: #85756F;
}
</style>
background-color css
<style>
a { background-color: #85756F; }
a { background-color: rgb(133,117,111); }
div.DivClassName
{
background-color: #85756F;
}
.BgClassName
{
background-color: #85756F;
}
</style>
border-color css
<style>
span { border-color: #85756F; }
span { border-color: rgb(133,117,111); }
td.TdClassName
{
border-color: #85756F;
}
.TagClassName
{
border-color: #85756F;
}
</style>