Shades of Hurricane #8D847F
Tints of Hurricane #8D847F
RGB
CMYK
RGB Variations
Color information
#8D847F (or 0x8D847F) is known color: Hurricane. HEX triplet: 8D, 84 and 7F. RGB value is (141,132,127). Sum of RGB (Red+Green+Blue) = 141+132+127=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 141 - color contains mainly: red. Hex color #8D847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D847F is #727B80. Grayscale: #868686. Windows color (decimal): -7502721 or 8357005. OLE color: 8357005.
HSL color Cylindrical-coordinate representation of color #8D847F: hue angle of 21.43º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8D847F is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 132 | 127 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.45 |
| HSL | 21.43º | 0.06% | 0.53% | - |
| HSV(B) | 21.43º | 0.1% | 0.55% | - |
| XYZ | 23.07 | 23.7 | 23.44 | - |
| YUV | 134.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 132 | 127 | 0 | 0.06 | 0.10 | 0.45 | 21.43 | 0.06 | 0.53 |
| Hex | 8D | 84 | 7F | 0 | 6 | A | 2D | 15 | 6 | 35 |
| Octal | 215 | 204 | 177 | 0 | 6 | 12 | 55 | 25 | 6 | 65 |
| Binary | 10001101 | 10000100 | 1111111 | 0 | 110 | 1010 | 101101 | 10101 | 110 | 110101 |
Color Harmonies of #8D847F
Complementary color
Monochromatic Colors of #8D847F
Black with #8D847F
Text Example
Text Example
White with #8D847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D847F; }
p { color: rgb(141,132,127); }
H1.HeaderClassName
{
color: #8D847F;
}
.AnyTagClassName
{
color: #8D847F;
}
</style>
background-color css
<style>
a { background-color: #8D847F; }
a { background-color: rgb(141,132,127); }
div.DivClassName
{
background-color: #8D847F;
}
.BgClassName
{
background-color: #8D847F;
}
</style>
border-color css
<style>
span { border-color: #8D847F; }
span { border-color: rgb(141,132,127); }
td.TdClassName
{
border-color: #8D847F;
}
.TagClassName
{
border-color: #8D847F;
}
</style>