Shades of Hurricane #8A7C73
Tints of Hurricane #8A7C73
RGB
CMYK
RGB Variations
Color information
#8A7C73 (or 0x8A7C73) is known color: Hurricane. HEX triplet: 8A, 7C and 73. RGB value is (138,124,115). Sum of RGB (Red+Green+Blue) = 138+124+115=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7C73 is #75838C. Grayscale: #7F7F7F. Windows color (decimal): -7701389 or 7568522. OLE color: 7568522.
HSL color Cylindrical-coordinate representation of color #8A7C73: hue angle of 23.48º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A7C73 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 124 | 115 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.46 |
| HSL | 23.48º | 0.09% | 0.5% | - |
| HSV(B) | 23.48º | 0.17% | 0.54% | - |
| XYZ | 20.78 | 21.06 | 19.19 | - |
| YUV | 127.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 124 | 115 | 0 | 0.10 | 0.17 | 0.46 | 23.48 | 0.09 | 0.5 |
| Hex | 8A | 7C | 73 | 0 | A | 11 | 2E | 17 | 9 | 32 |
| Octal | 212 | 174 | 163 | 0 | 12 | 21 | 56 | 27 | 11 | 62 |
| Binary | 10001010 | 1111100 | 1110011 | 0 | 1010 | 10001 | 101110 | 10111 | 1001 | 110010 |
Color Harmonies of #8A7C73
Complementary color
Monochromatic Colors of #8A7C73
Black with #8A7C73
Text Example
Text Example
White with #8A7C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7C73; }
p { color: rgb(138,124,115); }
H1.HeaderClassName
{
color: #8A7C73;
}
.AnyTagClassName
{
color: #8A7C73;
}
</style>
background-color css
<style>
a { background-color: #8A7C73; }
a { background-color: rgb(138,124,115); }
div.DivClassName
{
background-color: #8A7C73;
}
.BgClassName
{
background-color: #8A7C73;
}
</style>
border-color css
<style>
span { border-color: #8A7C73; }
span { border-color: rgb(138,124,115); }
td.TdClassName
{
border-color: #8A7C73;
}
.TagClassName
{
border-color: #8A7C73;
}
</style>