Shades of Hurricane #8B7C73
Tints of Hurricane #8B7C73
RGB
CMYK
RGB Variations
Color information
#8B7C73 (or 0x8B7C73) is known color: Hurricane. HEX triplet: 8B, 7C and 73. RGB value is (139,124,115). Sum of RGB (Red+Green+Blue) = 139+124+115=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7C73 is #74838C. Grayscale: #7F7F7F. Windows color (decimal): -7635853 or 7568523. OLE color: 7568523.
HSL color Cylindrical-coordinate representation of color #8B7C73: hue angle of 22.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 #8B7C73 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 124 | 115 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.45 |
| HSL | 22.5º | 0.09% | 0.5% | - |
| HSV(B) | 22.5º | 0.17% | 0.55% | - |
| XYZ | 20.95 | 21.14 | 19.2 | - |
| YUV | 127.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 124 | 115 | 0 | 0.11 | 0.17 | 0.45 | 22.5 | 0.09 | 0.5 |
| Hex | 8B | 7C | 73 | 0 | B | 11 | 2D | 16 | 9 | 32 |
| Octal | 213 | 174 | 163 | 0 | 13 | 21 | 55 | 26 | 11 | 62 |
| Binary | 10001011 | 1111100 | 1110011 | 0 | 1011 | 10001 | 101101 | 10110 | 1001 | 110010 |
Color Harmonies of #8B7C73
Complementary color
Monochromatic Colors of #8B7C73
Black with #8B7C73
Text Example
Text Example
White with #8B7C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7C73; }
p { color: rgb(139,124,115); }
H1.HeaderClassName
{
color: #8B7C73;
}
.AnyTagClassName
{
color: #8B7C73;
}
</style>
background-color css
<style>
a { background-color: #8B7C73; }
a { background-color: rgb(139,124,115); }
div.DivClassName
{
background-color: #8B7C73;
}
.BgClassName
{
background-color: #8B7C73;
}
</style>
border-color css
<style>
span { border-color: #8B7C73; }
span { border-color: rgb(139,124,115); }
td.TdClassName
{
border-color: #8B7C73;
}
.TagClassName
{
border-color: #8B7C73;
}
</style>