Shades of Hurricane #8E847F
Tints of Hurricane #8E847F
RGB
CMYK
RGB Variations
Color information
#8E847F (or 0x8E847F) is known color: Hurricane. HEX triplet: 8E, 84 and 7F. RGB value is (142,132,127). Sum of RGB (Red+Green+Blue) = 142+132+127=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 142 - color contains mainly: red. Hex color #8E847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E847F is #717B80. Grayscale: #868686. Windows color (decimal): -7437185 or 8357006. OLE color: 8357006.
HSL color Cylindrical-coordinate representation of color #8E847F: hue angle of 20º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8E847F is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 132 | 127 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.44 |
| HSL | 20º | 0.06% | 0.53% | - |
| HSV(B) | 20º | 0.11% | 0.56% | - |
| XYZ | 23.24 | 23.79 | 23.45 | - |
| YUV | 134.42 | 123.81 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 132 | 127 | 0 | 0.07 | 0.11 | 0.44 | 20 | 0.06 | 0.53 |
| Hex | 8E | 84 | 7F | 0 | 7 | B | 2C | 14 | 6 | 35 |
| Octal | 216 | 204 | 177 | 0 | 7 | 13 | 54 | 24 | 6 | 65 |
| Binary | 10001110 | 10000100 | 1111111 | 0 | 111 | 1011 | 101100 | 10100 | 110 | 110101 |
Color Harmonies of #8E847F
Complementary color
Monochromatic Colors of #8E847F
Black with #8E847F
Text Example
Text Example
White with #8E847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E847F; }
p { color: rgb(142,132,127); }
H1.HeaderClassName
{
color: #8E847F;
}
.AnyTagClassName
{
color: #8E847F;
}
</style>
background-color css
<style>
a { background-color: #8E847F; }
a { background-color: rgb(142,132,127); }
div.DivClassName
{
background-color: #8E847F;
}
.BgClassName
{
background-color: #8E847F;
}
</style>
border-color css
<style>
span { border-color: #8E847F; }
span { border-color: rgb(142,132,127); }
td.TdClassName
{
border-color: #8E847F;
}
.TagClassName
{
border-color: #8E847F;
}
</style>