Shades of Monsoon #7A6671
Tints of Monsoon #7A6671
RGB
CMYK
RGB Variations
Color information
#7A6671 (or 0x7A6671) is known color: Monsoon. HEX triplet: 7A, 66 and 71. RGB value is (122,102,113). Sum of RGB (Red+Green+Blue) = 122+102+113=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6671 is #85998E. Grayscale: #6D6D6D. Windows color (decimal): -8755599 or 7431802. OLE color: 7431802.
HSL color Cylindrical-coordinate representation of color #7A6671: hue angle of 327º 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 #7A6671 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 102 | 113 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.52 |
| HSL | 327º | 0.09% | 0.44% | - |
| HSV(B) | 327º | 0.16% | 0.48% | - |
| XYZ | 15.76 | 14.83 | 17.66 | - |
| YUV | 109.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 113 | 0 | 0.16 | 0.07 | 0.52 | 327 | 0.09 | 0.44 |
| Hex | 7A | 66 | 71 | 0 | 10 | 7 | 34 | 147 | 9 | 2C |
| Octal | 172 | 146 | 161 | 0 | 20 | 7 | 64 | 507 | 11 | 54 |
| Binary | 1111010 | 1100110 | 1110001 | 0 | 10000 | 111 | 110100 | 101000111 | 1001 | 101100 |
Color Harmonies of #7A6671
Complementary color
Monochromatic Colors of #7A6671
Black with #7A6671
Text Example
Text Example
White with #7A6671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6671; }
p { color: rgb(122,102,113); }
H1.HeaderClassName
{
color: #7A6671;
}
.AnyTagClassName
{
color: #7A6671;
}
</style>
background-color css
<style>
a { background-color: #7A6671; }
a { background-color: rgb(122,102,113); }
div.DivClassName
{
background-color: #7A6671;
}
.BgClassName
{
background-color: #7A6671;
}
</style>
border-color css
<style>
span { border-color: #7A6671; }
span { border-color: rgb(122,102,113); }
td.TdClassName
{
border-color: #7A6671;
}
.TagClassName
{
border-color: #7A6671;
}
</style>