Shades of Monsoon #7A6674
Tints of Monsoon #7A6674
RGB
CMYK
RGB Variations
Color information
#7A6674 (or 0x7A6674) is known color: Monsoon. HEX triplet: 7A, 66 and 74. RGB value is (122,102,116). Sum of RGB (Red+Green+Blue) = 122+102+116=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6674 is #85998B. Grayscale: #6D6D6D. Windows color (decimal): -8755596 or 7628410. OLE color: 7628410.
HSL color Cylindrical-coordinate representation of color #7A6674: hue angle of 318º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A6674 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 102 | 116 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.52 |
| HSL | 318º | 0.09% | 0.44% | - |
| HSV(B) | 318º | 0.16% | 0.48% | - |
| XYZ | 15.93 | 14.9 | 18.56 | - |
| YUV | 109.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 116 | 0 | 0.16 | 0.05 | 0.52 | 318 | 0.09 | 0.44 |
| Hex | 7A | 66 | 74 | 0 | 10 | 5 | 34 | 13E | 9 | 2C |
| Octal | 172 | 146 | 164 | 0 | 20 | 5 | 64 | 476 | 11 | 54 |
| Binary | 1111010 | 1100110 | 1110100 | 0 | 10000 | 101 | 110100 | 100111110 | 1001 | 101100 |
Color Harmonies of #7A6674
Complementary color
Monochromatic Colors of #7A6674
Black with #7A6674
Text Example
Text Example
White with #7A6674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6674; }
p { color: rgb(122,102,116); }
H1.HeaderClassName
{
color: #7A6674;
}
.AnyTagClassName
{
color: #7A6674;
}
</style>
background-color css
<style>
a { background-color: #7A6674; }
a { background-color: rgb(122,102,116); }
div.DivClassName
{
background-color: #7A6674;
}
.BgClassName
{
background-color: #7A6674;
}
</style>
border-color css
<style>
span { border-color: #7A6674; }
span { border-color: rgb(122,102,116); }
td.TdClassName
{
border-color: #7A6674;
}
.TagClassName
{
border-color: #7A6674;
}
</style>