Shades of Monsoon #7A6474
Tints of Monsoon #7A6474
RGB
CMYK
RGB Variations
Color information
#7A6474 (or 0x7A6474) is known color: Monsoon. HEX triplet: 7A, 64 and 74. RGB value is (122,100,116). Sum of RGB (Red+Green+Blue) = 122+100+116=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6474 is #859B8B. Grayscale: #6C6C6C. Windows color (decimal): -8756108 or 7627898. OLE color: 7627898.
HSL color Cylindrical-coordinate representation of color #7A6474: hue angle of 316.36º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A6474 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 100 | 116 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.52 |
| HSL | 316.36º | 0.1% | 0.44% | - |
| HSV(B) | 316.36º | 0.18% | 0.48% | - |
| XYZ | 15.74 | 14.51 | 18.49 | - |
| YUV | 108.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 116 | 0 | 0.18 | 0.05 | 0.52 | 316.36 | 0.1 | 0.44 |
| Hex | 7A | 64 | 74 | 0 | 12 | 5 | 34 | 13C | A | 2C |
| Octal | 172 | 144 | 164 | 0 | 22 | 5 | 64 | 474 | 12 | 54 |
| Binary | 1111010 | 1100100 | 1110100 | 0 | 10010 | 101 | 110100 | 100111100 | 1010 | 101100 |
Color Harmonies of #7A6474
Complementary color
Monochromatic Colors of #7A6474
Black with #7A6474
Text Example
Text Example
White with #7A6474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6474; }
p { color: rgb(122,100,116); }
H1.HeaderClassName
{
color: #7A6474;
}
.AnyTagClassName
{
color: #7A6474;
}
</style>
background-color css
<style>
a { background-color: #7A6474; }
a { background-color: rgb(122,100,116); }
div.DivClassName
{
background-color: #7A6474;
}
.BgClassName
{
background-color: #7A6474;
}
</style>
border-color css
<style>
span { border-color: #7A6474; }
span { border-color: rgb(122,100,116); }
td.TdClassName
{
border-color: #7A6474;
}
.TagClassName
{
border-color: #7A6474;
}
</style>