Shades of Hurricane #8C7C73
Tints of Hurricane #8C7C73
RGB
CMYK
RGB Variations
Color information
#8C7C73 (or 0x8C7C73) is known color: Hurricane. HEX triplet: 8C, 7C and 73. RGB value is (140,124,115). Sum of RGB (Red+Green+Blue) = 140+124+115=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7C73 is #73838C. Grayscale: #7F7F7F. Windows color (decimal): -7570317 or 7568524. OLE color: 7568524.
HSL color Cylindrical-coordinate representation of color #8C7C73: hue angle of 21.6º 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 #8C7C73 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 124 | 115 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.45 |
| HSL | 21.6º | 0.1% | 0.5% | - |
| HSV(B) | 21.6º | 0.18% | 0.55% | - |
| XYZ | 21.12 | 21.23 | 19.2 | - |
| YUV | 127.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 124 | 115 | 0 | 0.11 | 0.18 | 0.45 | 21.6 | 0.1 | 0.5 |
| Hex | 8C | 7C | 73 | 0 | B | 12 | 2D | 16 | A | 32 |
| Octal | 214 | 174 | 163 | 0 | 13 | 22 | 55 | 26 | 12 | 62 |
| Binary | 10001100 | 1111100 | 1110011 | 0 | 1011 | 10010 | 101101 | 10110 | 1010 | 110010 |
Color Harmonies of #8C7C73
Complementary color
Monochromatic Colors of #8C7C73
Black with #8C7C73
Text Example
Text Example
White with #8C7C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7C73; }
p { color: rgb(140,124,115); }
H1.HeaderClassName
{
color: #8C7C73;
}
.AnyTagClassName
{
color: #8C7C73;
}
</style>
background-color css
<style>
a { background-color: #8C7C73; }
a { background-color: rgb(140,124,115); }
div.DivClassName
{
background-color: #8C7C73;
}
.BgClassName
{
background-color: #8C7C73;
}
</style>
border-color css
<style>
span { border-color: #8C7C73; }
span { border-color: rgb(140,124,115); }
td.TdClassName
{
border-color: #8C7C73;
}
.TagClassName
{
border-color: #8C7C73;
}
</style>