Shades of Monsoon #7A6372
Tints of Monsoon #7A6372
RGB
CMYK
RGB Variations
Color information
#7A6372 (or 0x7A6372) is known color: Monsoon. HEX triplet: 7A, 63 and 72. RGB value is (122,99,114). Sum of RGB (Red+Green+Blue) = 122+99+114=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6372 is #859C8D. Grayscale: #6B6B6B. Windows color (decimal): -8756366 or 7496570. OLE color: 7496570.
HSL color Cylindrical-coordinate representation of color #7A6372: hue angle of 320.87º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A6372 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 99 | 114 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.52 |
| HSL | 320.87º | 0.1% | 0.43% | - |
| HSV(B) | 320.87º | 0.19% | 0.48% | - |
| XYZ | 15.53 | 14.28 | 17.86 | - |
| YUV | 107.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 114 | 0 | 0.19 | 0.07 | 0.52 | 320.87 | 0.1 | 0.43 |
| Hex | 7A | 63 | 72 | 0 | 13 | 7 | 34 | 141 | A | 2B |
| Octal | 172 | 143 | 162 | 0 | 23 | 7 | 64 | 501 | 12 | 53 |
| Binary | 1111010 | 1100011 | 1110010 | 0 | 10011 | 111 | 110100 | 101000001 | 1010 | 101011 |
Color Harmonies of #7A6372
Complementary color
Monochromatic Colors of #7A6372
Black with #7A6372
Text Example
Text Example
White with #7A6372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6372; }
p { color: rgb(122,99,114); }
H1.HeaderClassName
{
color: #7A6372;
}
.AnyTagClassName
{
color: #7A6372;
}
</style>
background-color css
<style>
a { background-color: #7A6372; }
a { background-color: rgb(122,99,114); }
div.DivClassName
{
background-color: #7A6372;
}
.BgClassName
{
background-color: #7A6372;
}
</style>
border-color css
<style>
span { border-color: #7A6372; }
span { border-color: rgb(122,99,114); }
td.TdClassName
{
border-color: #7A6372;
}
.TagClassName
{
border-color: #7A6372;
}
</style>