Shades of Monsoon #7A6370
Tints of Monsoon #7A6370
RGB
CMYK
RGB Variations
Color information
#7A6370 (or 0x7A6370) is known color: Monsoon. HEX triplet: 7A, 63 and 70. RGB value is (122,99,112). Sum of RGB (Red+Green+Blue) = 122+99+112=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6370 is #859C8F. Grayscale: #6B6B6B. Windows color (decimal): -8756368 or 7365498. OLE color: 7365498.
HSL color Cylindrical-coordinate representation of color #7A6370: hue angle of 326.09º 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 #7A6370 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 99 | 112 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.52 |
| HSL | 326.09º | 0.1% | 0.43% | - |
| HSV(B) | 326.09º | 0.19% | 0.48% | - |
| XYZ | 15.41 | 14.23 | 17.26 | - |
| YUV | 107.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 112 | 0 | 0.19 | 0.08 | 0.52 | 326.09 | 0.1 | 0.43 |
| Hex | 7A | 63 | 70 | 0 | 13 | 8 | 34 | 146 | A | 2B |
| Octal | 172 | 143 | 160 | 0 | 23 | 10 | 64 | 506 | 12 | 53 |
| Binary | 1111010 | 1100011 | 1110000 | 0 | 10011 | 1000 | 110100 | 101000110 | 1010 | 101011 |
Color Harmonies of #7A6370
Complementary color
Monochromatic Colors of #7A6370
Black with #7A6370
Text Example
Text Example
White with #7A6370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6370; }
p { color: rgb(122,99,112); }
H1.HeaderClassName
{
color: #7A6370;
}
.AnyTagClassName
{
color: #7A6370;
}
</style>
background-color css
<style>
a { background-color: #7A6370; }
a { background-color: rgb(122,99,112); }
div.DivClassName
{
background-color: #7A6370;
}
.BgClassName
{
background-color: #7A6370;
}
</style>
border-color css
<style>
span { border-color: #7A6370; }
span { border-color: rgb(122,99,112); }
td.TdClassName
{
border-color: #7A6370;
}
.TagClassName
{
border-color: #7A6370;
}
</style>