Shades of Hurricane #8B7E79
Tints of Hurricane #8B7E79
RGB
CMYK
RGB Variations
Color information
#8B7E79 (or 0x8B7E79) is known color: Hurricane. HEX triplet: 8B, 7E and 79. RGB value is (139,126,121). Sum of RGB (Red+Green+Blue) = 139+126+121=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7E79 is #748186. Grayscale: #818181. Windows color (decimal): -7635335 or 7962251. OLE color: 7962251.
HSL color Cylindrical-coordinate representation of color #8B7E79: hue angle of 16.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8B7E79 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 126 | 121 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.45 |
| HSL | 16.67º | 0.07% | 0.51% | - |
| HSV(B) | 16.67º | 0.13% | 0.55% | - |
| XYZ | 21.56 | 21.79 | 21.16 | - |
| YUV | 129.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 121 | 0 | 0.09 | 0.13 | 0.45 | 16.67 | 0.07 | 0.51 |
| Hex | 8B | 7E | 79 | 0 | 9 | D | 2D | 11 | 7 | 33 |
| Octal | 213 | 176 | 171 | 0 | 11 | 15 | 55 | 21 | 7 | 63 |
| Binary | 10001011 | 1111110 | 1111001 | 0 | 1001 | 1101 | 101101 | 10001 | 111 | 110011 |
Color Harmonies of #8B7E79
Complementary color
Monochromatic Colors of #8B7E79
Black with #8B7E79
Text Example
Text Example
White with #8B7E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7E79; }
p { color: rgb(139,126,121); }
H1.HeaderClassName
{
color: #8B7E79;
}
.AnyTagClassName
{
color: #8B7E79;
}
</style>
background-color css
<style>
a { background-color: #8B7E79; }
a { background-color: rgb(139,126,121); }
div.DivClassName
{
background-color: #8B7E79;
}
.BgClassName
{
background-color: #8B7E79;
}
</style>
border-color css
<style>
span { border-color: #8B7E79; }
span { border-color: rgb(139,126,121); }
td.TdClassName
{
border-color: #8B7E79;
}
.TagClassName
{
border-color: #8B7E79;
}
</style>