Shades of Hurricane #8C7A73
Tints of Hurricane #8C7A73
RGB
CMYK
RGB Variations
Color information
#8C7A73 (or 0x8C7A73) is known color: Hurricane. HEX triplet: 8C, 7A and 73. RGB value is (140,122,115). Sum of RGB (Red+Green+Blue) = 140+122+115=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7A73 is #73858C. Grayscale: #7E7E7E. Windows color (decimal): -7570829 or 7568012. OLE color: 7568012.
HSL color Cylindrical-coordinate representation of color #8C7A73: hue angle of 16.8º 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 #8C7A73 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 122 | 115 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.45 |
| HSL | 16.8º | 0.1% | 0.5% | - |
| HSV(B) | 16.8º | 0.18% | 0.55% | - |
| XYZ | 20.87 | 20.73 | 19.12 | - |
| YUV | 126.58 | 121.46 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 115 | 0 | 0.13 | 0.18 | 0.45 | 16.8 | 0.1 | 0.5 |
| Hex | 8C | 7A | 73 | 0 | D | 12 | 2D | 11 | A | 32 |
| Octal | 214 | 172 | 163 | 0 | 15 | 22 | 55 | 21 | 12 | 62 |
| Binary | 10001100 | 1111010 | 1110011 | 0 | 1101 | 10010 | 101101 | 10001 | 1010 | 110010 |
Color Harmonies of #8C7A73
Complementary color
Monochromatic Colors of #8C7A73
Black with #8C7A73
Text Example
Text Example
White with #8C7A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7A73; }
p { color: rgb(140,122,115); }
H1.HeaderClassName
{
color: #8C7A73;
}
.AnyTagClassName
{
color: #8C7A73;
}
</style>
background-color css
<style>
a { background-color: #8C7A73; }
a { background-color: rgb(140,122,115); }
div.DivClassName
{
background-color: #8C7A73;
}
.BgClassName
{
background-color: #8C7A73;
}
</style>
border-color css
<style>
span { border-color: #8C7A73; }
span { border-color: rgb(140,122,115); }
td.TdClassName
{
border-color: #8C7A73;
}
.TagClassName
{
border-color: #8C7A73;
}
</style>