Shades of Monsoon #7A6F78
Tints of Monsoon #7A6F78
RGB
CMYK
RGB Variations
Color information
#7A6F78 (or 0x7A6F78) is known color: Monsoon. HEX triplet: 7A, 6F and 78. RGB value is (122,111,120). Sum of RGB (Red+Green+Blue) = 122+111+120=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6F78 is #859087. Grayscale: #737373. Windows color (decimal): -8753288 or 7892858. OLE color: 7892858.
HSL color Cylindrical-coordinate representation of color #7A6F78: hue angle of 310.91º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7A6F78 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 111 | 120 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.52 |
| HSL | 310.91º | 0.05% | 0.46% | - |
| HSV(B) | 310.91º | 0.09% | 0.48% | - |
| XYZ | 17.1 | 16.86 | 20.12 | - |
| YUV | 115.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 120 | 0 | 0.09 | 0.02 | 0.52 | 310.91 | 0.05 | 0.46 |
| Hex | 7A | 6F | 78 | 0 | 9 | 2 | 34 | 137 | 5 | 2E |
| Octal | 172 | 157 | 170 | 0 | 11 | 2 | 64 | 467 | 5 | 56 |
| Binary | 1111010 | 1101111 | 1111000 | 0 | 1001 | 10 | 110100 | 100110111 | 101 | 101110 |
Color Harmonies of #7A6F78
Complementary color
Monochromatic Colors of #7A6F78
Black with #7A6F78
Text Example
Text Example
White with #7A6F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6F78; }
p { color: rgb(122,111,120); }
H1.HeaderClassName
{
color: #7A6F78;
}
.AnyTagClassName
{
color: #7A6F78;
}
</style>
background-color css
<style>
a { background-color: #7A6F78; }
a { background-color: rgb(122,111,120); }
div.DivClassName
{
background-color: #7A6F78;
}
.BgClassName
{
background-color: #7A6F78;
}
</style>
border-color css
<style>
span { border-color: #7A6F78; }
span { border-color: rgb(122,111,120); }
td.TdClassName
{
border-color: #7A6F78;
}
.TagClassName
{
border-color: #7A6F78;
}
</style>