Shades of Hurricane #8F8076
Tints of Hurricane #8F8076
RGB
CMYK
RGB Variations
Color information
#8F8076 (or 0x8F8076) is known color: Hurricane. HEX triplet: 8F, 80 and 76. RGB value is (143,128,118). Sum of RGB (Red+Green+Blue) = 143+128+118=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8076 is #707F89. Grayscale: #838383. Windows color (decimal): -7372682 or 7766159. OLE color: 7766159.
HSL color Cylindrical-coordinate representation of color #8F8076: hue angle of 24º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F8076 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 128 | 118 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.44 |
| HSL | 24º | 0.1% | 0.51% | - |
| HSV(B) | 24º | 0.17% | 0.56% | - |
| XYZ | 22.32 | 22.59 | 20.32 | - |
| YUV | 131.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 118 | 0 | 0.10 | 0.17 | 0.44 | 24 | 0.1 | 0.51 |
| Hex | 8F | 80 | 76 | 0 | A | 11 | 2C | 18 | A | 33 |
| Octal | 217 | 200 | 166 | 0 | 12 | 21 | 54 | 30 | 12 | 63 |
| Binary | 10001111 | 10000000 | 1110110 | 0 | 1010 | 10001 | 101100 | 11000 | 1010 | 110011 |
Color Harmonies of #8F8076
Complementary color
Monochromatic Colors of #8F8076
Black with #8F8076
Text Example
Text Example
White with #8F8076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8076; }
p { color: rgb(143,128,118); }
H1.HeaderClassName
{
color: #8F8076;
}
.AnyTagClassName
{
color: #8F8076;
}
</style>
background-color css
<style>
a { background-color: #8F8076; }
a { background-color: rgb(143,128,118); }
div.DivClassName
{
background-color: #8F8076;
}
.BgClassName
{
background-color: #8F8076;
}
</style>
border-color css
<style>
span { border-color: #8F8076; }
span { border-color: rgb(143,128,118); }
td.TdClassName
{
border-color: #8F8076;
}
.TagClassName
{
border-color: #8F8076;
}
</style>