Shades of Hurricane #8A7873
Tints of Hurricane #8A7873
RGB
CMYK
RGB Variations
Color information
#8A7873 (or 0x8A7873) is known color: Hurricane. HEX triplet: 8A, 78 and 73. RGB value is (138,120,115). Sum of RGB (Red+Green+Blue) = 138+120+115=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7873 is #75878C. Grayscale: #7C7C7C. Windows color (decimal): -7702413 or 7567498. OLE color: 7567498.
HSL color Cylindrical-coordinate representation of color #8A7873: hue angle of 13.04º 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 #8A7873 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 120 | 115 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.46 |
| HSL | 13.04º | 0.09% | 0.5% | - |
| HSV(B) | 13.04º | 0.17% | 0.54% | - |
| XYZ | 20.29 | 20.07 | 19.02 | - |
| YUV | 124.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 120 | 115 | 0 | 0.13 | 0.17 | 0.46 | 13.04 | 0.09 | 0.5 |
| Hex | 8A | 78 | 73 | 0 | D | 11 | 2E | D | 9 | 32 |
| Octal | 212 | 170 | 163 | 0 | 15 | 21 | 56 | 15 | 11 | 62 |
| Binary | 10001010 | 1111000 | 1110011 | 0 | 1101 | 10001 | 101110 | 1101 | 1001 | 110010 |
Color Harmonies of #8A7873
Complementary color
Monochromatic Colors of #8A7873
Black with #8A7873
Text Example
Text Example
White with #8A7873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7873; }
p { color: rgb(138,120,115); }
H1.HeaderClassName
{
color: #8A7873;
}
.AnyTagClassName
{
color: #8A7873;
}
</style>
background-color css
<style>
a { background-color: #8A7873; }
a { background-color: rgb(138,120,115); }
div.DivClassName
{
background-color: #8A7873;
}
.BgClassName
{
background-color: #8A7873;
}
</style>
border-color css
<style>
span { border-color: #8A7873; }
span { border-color: rgb(138,120,115); }
td.TdClassName
{
border-color: #8A7873;
}
.TagClassName
{
border-color: #8A7873;
}
</style>