Shades of Hurricane #8B7A73
Tints of Hurricane #8B7A73
RGB
CMYK
RGB Variations
Color information
#8B7A73 (or 0x8B7A73) is known color: Hurricane. HEX triplet: 8B, 7A and 73. RGB value is (139,122,115). Sum of RGB (Red+Green+Blue) = 139+122+115=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A73 is #74858C. Grayscale: #7E7E7E. Windows color (decimal): -7636365 or 7568011. OLE color: 7568011.
HSL color Cylindrical-coordinate representation of color #8B7A73: hue angle of 17.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8B7A73 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 122 | 115 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.45 |
| HSL | 17.5º | 0.09% | 0.5% | - |
| HSV(B) | 17.5º | 0.17% | 0.55% | - |
| XYZ | 20.7 | 20.65 | 19.11 | - |
| YUV | 126.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 115 | 0 | 0.12 | 0.17 | 0.45 | 17.5 | 0.09 | 0.5 |
| Hex | 8B | 7A | 73 | 0 | C | 11 | 2D | 12 | 9 | 32 |
| Octal | 213 | 172 | 163 | 0 | 14 | 21 | 55 | 22 | 11 | 62 |
| Binary | 10001011 | 1111010 | 1110011 | 0 | 1100 | 10001 | 101101 | 10010 | 1001 | 110010 |
Color Harmonies of #8B7A73
Complementary color
Monochromatic Colors of #8B7A73
Black with #8B7A73
Text Example
Text Example
White with #8B7A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7A73; }
p { color: rgb(139,122,115); }
H1.HeaderClassName
{
color: #8B7A73;
}
.AnyTagClassName
{
color: #8B7A73;
}
</style>
background-color css
<style>
a { background-color: #8B7A73; }
a { background-color: rgb(139,122,115); }
div.DivClassName
{
background-color: #8B7A73;
}
.BgClassName
{
background-color: #8B7A73;
}
</style>
border-color css
<style>
span { border-color: #8B7A73; }
span { border-color: rgb(139,122,115); }
td.TdClassName
{
border-color: #8B7A73;
}
.TagClassName
{
border-color: #8B7A73;
}
</style>