Shades of Hurricane #86807C
Tints of Hurricane #86807C
RGB
CMYK
RGB Variations
Color information
#86807C (or 0x86807C) is known color: Hurricane. HEX triplet: 86, 80 and 7C. RGB value is (134,128,124). Sum of RGB (Red+Green+Blue) = 134+128+124=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 134 - color contains mainly: red. Hex color #86807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86807C is #797F83. Grayscale: #818181. Windows color (decimal): -7962500 or 8159366. OLE color: 8159366.
HSL color Cylindrical-coordinate representation of color #86807C: hue angle of 24º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #86807C is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 128 | 124 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.47 |
| HSL | 24º | 0.04% | 0.51% | - |
| HSV(B) | 24º | 0.07% | 0.53% | - |
| XYZ | 21.19 | 21.96 | 22.19 | - |
| YUV | 129.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 124 | 0 | 0.04 | 0.07 | 0.47 | 24 | 0.04 | 0.51 |
| Hex | 86 | 80 | 7C | 0 | 4 | 7 | 2F | 18 | 4 | 33 |
| Octal | 206 | 200 | 174 | 0 | 4 | 7 | 57 | 30 | 4 | 63 |
| Binary | 10000110 | 10000000 | 1111100 | 0 | 100 | 111 | 101111 | 11000 | 100 | 110011 |
Color Harmonies of #86807C
Complementary color
Monochromatic Colors of #86807C
Black with #86807C
Text Example
Text Example
White with #86807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86807C; }
p { color: rgb(134,128,124); }
H1.HeaderClassName
{
color: #86807C;
}
.AnyTagClassName
{
color: #86807C;
}
</style>
background-color css
<style>
a { background-color: #86807C; }
a { background-color: rgb(134,128,124); }
div.DivClassName
{
background-color: #86807C;
}
.BgClassName
{
background-color: #86807C;
}
</style>
border-color css
<style>
span { border-color: #86807C; }
span { border-color: rgb(134,128,124); }
td.TdClassName
{
border-color: #86807C;
}
.TagClassName
{
border-color: #86807C;
}
</style>