Shades of Hurricane #8B7872
Tints of Hurricane #8B7872
RGB
CMYK
RGB Variations
Color information
#8B7872 (or 0x8B7872) is known color: Hurricane. HEX triplet: 8B, 78 and 72. RGB value is (139,120,114). Sum of RGB (Red+Green+Blue) = 139+120+114=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7872 is #74878D. Grayscale: #7D7D7D. Windows color (decimal): -7636878 or 7501963. OLE color: 7501963.
HSL color Cylindrical-coordinate representation of color #8B7872: hue angle of 14.4º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B7872 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 120 | 114 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.45 |
| HSL | 14.4º | 0.1% | 0.5% | - |
| HSV(B) | 14.4º | 0.18% | 0.55% | - |
| XYZ | 20.4 | 20.14 | 18.73 | - |
| YUV | 125 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 114 | 0 | 0.14 | 0.18 | 0.45 | 14.4 | 0.1 | 0.5 |
| Hex | 8B | 78 | 72 | 0 | E | 12 | 2D | E | A | 32 |
| Octal | 213 | 170 | 162 | 0 | 16 | 22 | 55 | 16 | 12 | 62 |
| Binary | 10001011 | 1111000 | 1110010 | 0 | 1110 | 10010 | 101101 | 1110 | 1010 | 110010 |
Color Harmonies of #8B7872
Complementary color
Monochromatic Colors of #8B7872
Black with #8B7872
Text Example
Text Example
White with #8B7872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7872; }
p { color: rgb(139,120,114); }
H1.HeaderClassName
{
color: #8B7872;
}
.AnyTagClassName
{
color: #8B7872;
}
</style>
background-color css
<style>
a { background-color: #8B7872; }
a { background-color: rgb(139,120,114); }
div.DivClassName
{
background-color: #8B7872;
}
.BgClassName
{
background-color: #8B7872;
}
</style>
border-color css
<style>
span { border-color: #8B7872; }
span { border-color: rgb(139,120,114); }
td.TdClassName
{
border-color: #8B7872;
}
.TagClassName
{
border-color: #8B7872;
}
</style>