Shades of Hurricane #8F7A6F
Tints of Hurricane #8F7A6F
RGB
CMYK
RGB Variations
Color information
#8F7A6F (or 0x8F7A6F) is known color: Hurricane. HEX triplet: 8F, 7A and 6F. RGB value is (143,122,111). Sum of RGB (Red+Green+Blue) = 143+122+111=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7A6F is #708590. Grayscale: #7F7F7F. Windows color (decimal): -7374225 or 7305871. OLE color: 7305871.
HSL color Cylindrical-coordinate representation of color #8F7A6F: hue angle of 20.62º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F7A6F is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 122 | 111 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.44 |
| HSL | 20.63º | 0.13% | 0.5% | - |
| HSV(B) | 20.63º | 0.22% | 0.56% | - |
| XYZ | 21.16 | 20.91 | 17.96 | - |
| YUV | 127.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 122 | 111 | 0 | 0.15 | 0.22 | 0.44 | 20.63 | 0.13 | 0.5 |
| Hex | 8F | 7A | 6F | 0 | F | 16 | 2C | 15 | D | 32 |
| Octal | 217 | 172 | 157 | 0 | 17 | 26 | 54 | 25 | 15 | 62 |
| Binary | 10001111 | 1111010 | 1101111 | 0 | 1111 | 10110 | 101100 | 10101 | 1101 | 110010 |
Color Harmonies of #8F7A6F
Complementary color
Monochromatic Colors of #8F7A6F
Black with #8F7A6F
Text Example
Text Example
White with #8F7A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7A6F; }
p { color: rgb(143,122,111); }
H1.HeaderClassName
{
color: #8F7A6F;
}
.AnyTagClassName
{
color: #8F7A6F;
}
</style>
background-color css
<style>
a { background-color: #8F7A6F; }
a { background-color: rgb(143,122,111); }
div.DivClassName
{
background-color: #8F7A6F;
}
.BgClassName
{
background-color: #8F7A6F;
}
</style>
border-color css
<style>
span { border-color: #8F7A6F; }
span { border-color: rgb(143,122,111); }
td.TdClassName
{
border-color: #8F7A6F;
}
.TagClassName
{
border-color: #8F7A6F;
}
</style>