Shades of Monsoon #7A6571
Tints of Monsoon #7A6571
RGB
CMYK
RGB Variations
Color information
#7A6571 (or 0x7A6571) is known color: Monsoon. HEX triplet: 7A, 65 and 71. RGB value is (122,101,113). Sum of RGB (Red+Green+Blue) = 122+101+113=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6571 is #859A8E. Grayscale: #6C6C6C. Windows color (decimal): -8755855 or 7431546. OLE color: 7431546.
HSL color Cylindrical-coordinate representation of color #7A6571: hue angle of 325.71º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A6571 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 101 | 113 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.52 |
| HSL | 325.71º | 0.09% | 0.44% | - |
| HSV(B) | 325.71º | 0.17% | 0.48% | - |
| XYZ | 15.66 | 14.64 | 17.62 | - |
| YUV | 108.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 113 | 0 | 0.17 | 0.07 | 0.52 | 325.71 | 0.09 | 0.44 |
| Hex | 7A | 65 | 71 | 0 | 11 | 7 | 34 | 146 | 9 | 2C |
| Octal | 172 | 145 | 161 | 0 | 21 | 7 | 64 | 506 | 11 | 54 |
| Binary | 1111010 | 1100101 | 1110001 | 0 | 10001 | 111 | 110100 | 101000110 | 1001 | 101100 |
Color Harmonies of #7A6571
Complementary color
Monochromatic Colors of #7A6571
Black with #7A6571
Text Example
Text Example
White with #7A6571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6571; }
p { color: rgb(122,101,113); }
H1.HeaderClassName
{
color: #7A6571;
}
.AnyTagClassName
{
color: #7A6571;
}
</style>
background-color css
<style>
a { background-color: #7A6571; }
a { background-color: rgb(122,101,113); }
div.DivClassName
{
background-color: #7A6571;
}
.BgClassName
{
background-color: #7A6571;
}
</style>
border-color css
<style>
span { border-color: #7A6571; }
span { border-color: rgb(122,101,113); }
td.TdClassName
{
border-color: #7A6571;
}
.TagClassName
{
border-color: #7A6571;
}
</style>