Shades of Hurricane #8F847D
Tints of Hurricane #8F847D
RGB
CMYK
RGB Variations
Color information
#8F847D (or 0x8F847D) is known color: Hurricane. HEX triplet: 8F, 84 and 7D. RGB value is (143,132,125). Sum of RGB (Red+Green+Blue) = 143+132+125=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 143 - color contains mainly: red. Hex color #8F847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F847D is #707B82. Grayscale: #868686. Windows color (decimal): -7371651 or 8225935. OLE color: 8225935.
HSL color Cylindrical-coordinate representation of color #8F847D: hue angle of 23.33º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8F847D is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 132 | 125 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.44 |
| HSL | 23.33º | 0.07% | 0.53% | - |
| HSV(B) | 23.33º | 0.13% | 0.56% | - |
| XYZ | 23.28 | 23.82 | 22.77 | - |
| YUV | 134.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 125 | 0 | 0.08 | 0.13 | 0.44 | 23.33 | 0.07 | 0.53 |
| Hex | 8F | 84 | 7D | 0 | 8 | D | 2C | 17 | 7 | 35 |
| Octal | 217 | 204 | 175 | 0 | 10 | 15 | 54 | 27 | 7 | 65 |
| Binary | 10001111 | 10000100 | 1111101 | 0 | 1000 | 1101 | 101100 | 10111 | 111 | 110101 |
Color Harmonies of #8F847D
Complementary color
Monochromatic Colors of #8F847D
Black with #8F847D
Text Example
Text Example
White with #8F847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F847D; }
p { color: rgb(143,132,125); }
H1.HeaderClassName
{
color: #8F847D;
}
.AnyTagClassName
{
color: #8F847D;
}
</style>
background-color css
<style>
a { background-color: #8F847D; }
a { background-color: rgb(143,132,125); }
div.DivClassName
{
background-color: #8F847D;
}
.BgClassName
{
background-color: #8F847D;
}
</style>
border-color css
<style>
span { border-color: #8F847D; }
span { border-color: rgb(143,132,125); }
td.TdClassName
{
border-color: #8F847D;
}
.TagClassName
{
border-color: #8F847D;
}
</style>