Shades of Hurricane #7A7573
Tints of Hurricane #7A7573
RGB
CMYK
RGB Variations
Color information
#7A7573 (or 0x7A7573) is known color: Hurricane. HEX triplet: 7A, 75 and 73. RGB value is (122,117,115). Sum of RGB (Red+Green+Blue) = 122+117+115=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7573 is #858A8C. Grayscale: #767676. Windows color (decimal): -8751757 or 7566714. OLE color: 7566714.
HSL color Cylindrical-coordinate representation of color #7A7573: hue angle of 17.14º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7A7573 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 115 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.52 |
| HSL | 17.14º | 0.03% | 0.46% | - |
| HSV(B) | 17.14º | 0.06% | 0.48% | - |
| XYZ | 17.48 | 18.1 | 18.79 | - |
| YUV | 118.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 115 | 0 | 0.04 | 0.06 | 0.52 | 17.14 | 0.03 | 0.46 |
| Hex | 7A | 75 | 73 | 0 | 4 | 6 | 34 | 11 | 3 | 2E |
| Octal | 172 | 165 | 163 | 0 | 4 | 6 | 64 | 21 | 3 | 56 |
| Binary | 1111010 | 1110101 | 1110011 | 0 | 100 | 110 | 110100 | 10001 | 11 | 101110 |
Color Harmonies of #7A7573
Complementary color
Monochromatic Colors of #7A7573
Black with #7A7573
Text Example
Text Example
White with #7A7573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7573; }
p { color: rgb(122,117,115); }
H1.HeaderClassName
{
color: #7A7573;
}
.AnyTagClassName
{
color: #7A7573;
}
</style>
background-color css
<style>
a { background-color: #7A7573; }
a { background-color: rgb(122,117,115); }
div.DivClassName
{
background-color: #7A7573;
}
.BgClassName
{
background-color: #7A7573;
}
</style>
border-color css
<style>
span { border-color: #7A7573; }
span { border-color: rgb(122,117,115); }
td.TdClassName
{
border-color: #7A7573;
}
.TagClassName
{
border-color: #7A7573;
}
</style>