Shades of Hurricane #8B7970
Tints of Hurricane #8B7970
RGB
CMYK
RGB Variations
Color information
#8B7970 (or 0x8B7970) is known color: Hurricane. HEX triplet: 8B, 79 and 70. RGB value is (139,121,112). Sum of RGB (Red+Green+Blue) = 139+121+112=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7970 is #74868F. Grayscale: #7D7D7D. Windows color (decimal): -7636624 or 7371147. OLE color: 7371147.
HSL color Cylindrical-coordinate representation of color #8B7970: hue angle of 20º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B7970 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 121 | 112 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.45 |
| HSL | 20º | 0.11% | 0.49% | - |
| HSV(B) | 20º | 0.19% | 0.55% | - |
| XYZ | 20.41 | 20.33 | 18.18 | - |
| YUV | 125.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 121 | 112 | 0 | 0.13 | 0.19 | 0.45 | 20 | 0.11 | 0.49 |
| Hex | 8B | 79 | 70 | 0 | D | 13 | 2D | 14 | B | 31 |
| Octal | 213 | 171 | 160 | 0 | 15 | 23 | 55 | 24 | 13 | 61 |
| Binary | 10001011 | 1111001 | 1110000 | 0 | 1101 | 10011 | 101101 | 10100 | 1011 | 110001 |
Color Harmonies of #8B7970
Complementary color
Monochromatic Colors of #8B7970
Black with #8B7970
Text Example
Text Example
White with #8B7970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7970; }
p { color: rgb(139,121,112); }
H1.HeaderClassName
{
color: #8B7970;
}
.AnyTagClassName
{
color: #8B7970;
}
</style>
background-color css
<style>
a { background-color: #8B7970; }
a { background-color: rgb(139,121,112); }
div.DivClassName
{
background-color: #8B7970;
}
.BgClassName
{
background-color: #8B7970;
}
</style>
border-color css
<style>
span { border-color: #8B7970; }
span { border-color: rgb(139,121,112); }
td.TdClassName
{
border-color: #8B7970;
}
.TagClassName
{
border-color: #8B7970;
}
</style>