Shades of Hurricane #7A7472
Tints of Hurricane #7A7472
RGB
CMYK
RGB Variations
Color information
#7A7472 (or 0x7A7472) is known color: Hurricane. HEX triplet: 7A, 74 and 72. RGB value is (122,116,114). Sum of RGB (Red+Green+Blue) = 122+116+114=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7472 is #858B8D. Grayscale: #757575. Windows color (decimal): -8752014 or 7500922. OLE color: 7500922.
HSL color Cylindrical-coordinate representation of color #7A7472: hue angle of 15º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7A7472 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 116 | 114 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.52 |
| HSL | 15º | 0.03% | 0.46% | - |
| HSV(B) | 15º | 0.07% | 0.48% | - |
| XYZ | 17.31 | 17.84 | 18.45 | - |
| YUV | 117.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 116 | 114 | 0 | 0.05 | 0.07 | 0.52 | 15 | 0.03 | 0.46 |
| Hex | 7A | 74 | 72 | 0 | 5 | 7 | 34 | F | 3 | 2E |
| Octal | 172 | 164 | 162 | 0 | 5 | 7 | 64 | 17 | 3 | 56 |
| Binary | 1111010 | 1110100 | 1110010 | 0 | 101 | 111 | 110100 | 1111 | 11 | 101110 |
Color Harmonies of #7A7472
Complementary color
Monochromatic Colors of #7A7472
Black with #7A7472
Text Example
Text Example
White with #7A7472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7472; }
p { color: rgb(122,116,114); }
H1.HeaderClassName
{
color: #7A7472;
}
.AnyTagClassName
{
color: #7A7472;
}
</style>
background-color css
<style>
a { background-color: #7A7472; }
a { background-color: rgb(122,116,114); }
div.DivClassName
{
background-color: #7A7472;
}
.BgClassName
{
background-color: #7A7472;
}
</style>
border-color css
<style>
span { border-color: #7A7472; }
span { border-color: rgb(122,116,114); }
td.TdClassName
{
border-color: #7A7472;
}
.TagClassName
{
border-color: #7A7472;
}
</style>