Shades of Monsoon #7A6672
Tints of Monsoon #7A6672
RGB
CMYK
RGB Variations
Color information
#7A6672 (or 0x7A6672) is known color: Monsoon. HEX triplet: 7A, 66 and 72. RGB value is (122,102,114). Sum of RGB (Red+Green+Blue) = 122+102+114=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6672 is #85998D. Grayscale: #6D6D6D. Windows color (decimal): -8755598 or 7497338. OLE color: 7497338.
HSL color Cylindrical-coordinate representation of color #7A6672: hue angle of 324º 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 #7A6672 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 102 | 114 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.52 |
| HSL | 324º | 0.09% | 0.44% | - |
| HSV(B) | 324º | 0.16% | 0.48% | - |
| XYZ | 15.81 | 14.86 | 17.95 | - |
| YUV | 109.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 114 | 0 | 0.16 | 0.07 | 0.52 | 324 | 0.09 | 0.44 |
| Hex | 7A | 66 | 72 | 0 | 10 | 7 | 34 | 144 | 9 | 2C |
| Octal | 172 | 146 | 162 | 0 | 20 | 7 | 64 | 504 | 11 | 54 |
| Binary | 1111010 | 1100110 | 1110010 | 0 | 10000 | 111 | 110100 | 101000100 | 1001 | 101100 |
Color Harmonies of #7A6672
Complementary color
Monochromatic Colors of #7A6672
Black with #7A6672
Text Example
Text Example
White with #7A6672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6672; }
p { color: rgb(122,102,114); }
H1.HeaderClassName
{
color: #7A6672;
}
.AnyTagClassName
{
color: #7A6672;
}
</style>
background-color css
<style>
a { background-color: #7A6672; }
a { background-color: rgb(122,102,114); }
div.DivClassName
{
background-color: #7A6672;
}
.BgClassName
{
background-color: #7A6672;
}
</style>
border-color css
<style>
span { border-color: #7A6672; }
span { border-color: rgb(122,102,114); }
td.TdClassName
{
border-color: #7A6672;
}
.TagClassName
{
border-color: #7A6672;
}
</style>