Shades of Hurricane #8F837E
Tints of Hurricane #8F837E
RGB
CMYK
RGB Variations
Color information
#8F837E (or 0x8F837E) is known color: Hurricane. HEX triplet: 8F, 83 and 7E. RGB value is (143,131,126). Sum of RGB (Red+Green+Blue) = 143+131+126=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 143 - color contains mainly: red. Hex color #8F837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F837E is #707C81. Grayscale: #868686. Windows color (decimal): -7371906 or 8291215. OLE color: 8291215.
HSL color Cylindrical-coordinate representation of color #8F837E: hue angle of 17.65º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8F837E is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 131 | 126 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.44 |
| HSL | 17.65º | 0.07% | 0.53% | - |
| HSV(B) | 17.65º | 0.12% | 0.56% | - |
| XYZ | 23.21 | 23.58 | 23.07 | - |
| YUV | 134.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 126 | 0 | 0.08 | 0.12 | 0.44 | 17.65 | 0.07 | 0.53 |
| Hex | 8F | 83 | 7E | 0 | 8 | C | 2C | 12 | 7 | 35 |
| Octal | 217 | 203 | 176 | 0 | 10 | 14 | 54 | 22 | 7 | 65 |
| Binary | 10001111 | 10000011 | 1111110 | 0 | 1000 | 1100 | 101100 | 10010 | 111 | 110101 |
Color Harmonies of #8F837E
Complementary color
Monochromatic Colors of #8F837E
Black with #8F837E
Text Example
Text Example
White with #8F837E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F837E; }
p { color: rgb(143,131,126); }
H1.HeaderClassName
{
color: #8F837E;
}
.AnyTagClassName
{
color: #8F837E;
}
</style>
background-color css
<style>
a { background-color: #8F837E; }
a { background-color: rgb(143,131,126); }
div.DivClassName
{
background-color: #8F837E;
}
.BgClassName
{
background-color: #8F837E;
}
</style>
border-color css
<style>
span { border-color: #8F837E; }
span { border-color: rgb(143,131,126); }
td.TdClassName
{
border-color: #8F837E;
}
.TagClassName
{
border-color: #8F837E;
}
</style>