Shades of Hurricane #8F7B71
Tints of Hurricane #8F7B71
RGB
CMYK
RGB Variations
Color information
#8F7B71 (or 0x8F7B71) is known color: Hurricane. HEX triplet: 8F, 7B and 71. RGB value is (143,123,113). Sum of RGB (Red+Green+Blue) = 143+123+113=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7B71 is #70848E. Grayscale: #7F7F7F. Windows color (decimal): -7373967 or 7437199. OLE color: 7437199.
HSL color Cylindrical-coordinate representation of color #8F7B71: hue angle of 20º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F7B71 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 123 | 113 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.44 |
| HSL | 20º | 0.12% | 0.5% | - |
| HSV(B) | 20º | 0.21% | 0.56% | - |
| XYZ | 21.39 | 21.2 | 18.59 | - |
| YUV | 127.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 123 | 113 | 0 | 0.14 | 0.21 | 0.44 | 20 | 0.12 | 0.5 |
| Hex | 8F | 7B | 71 | 0 | E | 15 | 2C | 14 | C | 32 |
| Octal | 217 | 173 | 161 | 0 | 16 | 25 | 54 | 24 | 14 | 62 |
| Binary | 10001111 | 1111011 | 1110001 | 0 | 1110 | 10101 | 101100 | 10100 | 1100 | 110010 |
Color Harmonies of #8F7B71
Complementary color
Monochromatic Colors of #8F7B71
Black with #8F7B71
Text Example
Text Example
White with #8F7B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7B71; }
p { color: rgb(143,123,113); }
H1.HeaderClassName
{
color: #8F7B71;
}
.AnyTagClassName
{
color: #8F7B71;
}
</style>
background-color css
<style>
a { background-color: #8F7B71; }
a { background-color: rgb(143,123,113); }
div.DivClassName
{
background-color: #8F7B71;
}
.BgClassName
{
background-color: #8F7B71;
}
</style>
border-color css
<style>
span { border-color: #8F7B71; }
span { border-color: rgb(143,123,113); }
td.TdClassName
{
border-color: #8F7B71;
}
.TagClassName
{
border-color: #8F7B71;
}
</style>