Shades of Monsoon #7A6771
Tints of Monsoon #7A6771
RGB
CMYK
RGB Variations
Color information
#7A6771 (or 0x7A6771) is known color: Monsoon. HEX triplet: 7A, 67 and 71. RGB value is (122,103,113). Sum of RGB (Red+Green+Blue) = 122+103+113=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6771 is #85988E. Grayscale: #6D6D6D. Windows color (decimal): -8755343 or 7432058. OLE color: 7432058.
HSL color Cylindrical-coordinate representation of color #7A6771: hue angle of 328.42º degrees, saturation: 0.08, 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 #7A6771 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 103 | 113 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.52 |
| HSL | 328.42º | 0.08% | 0.44% | - |
| HSV(B) | 328.42º | 0.16% | 0.48% | - |
| XYZ | 15.86 | 15.03 | 17.69 | - |
| YUV | 109.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 113 | 0 | 0.16 | 0.07 | 0.52 | 328.42 | 0.08 | 0.44 |
| Hex | 7A | 67 | 71 | 0 | 10 | 7 | 34 | 148 | 8 | 2C |
| Octal | 172 | 147 | 161 | 0 | 20 | 7 | 64 | 510 | 10 | 54 |
| Binary | 1111010 | 1100111 | 1110001 | 0 | 10000 | 111 | 110100 | 101001000 | 1000 | 101100 |
Color Harmonies of #7A6771
Complementary color
Monochromatic Colors of #7A6771
Black with #7A6771
Text Example
Text Example
White with #7A6771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6771; }
p { color: rgb(122,103,113); }
H1.HeaderClassName
{
color: #7A6771;
}
.AnyTagClassName
{
color: #7A6771;
}
</style>
background-color css
<style>
a { background-color: #7A6771; }
a { background-color: rgb(122,103,113); }
div.DivClassName
{
background-color: #7A6771;
}
.BgClassName
{
background-color: #7A6771;
}
</style>
border-color css
<style>
span { border-color: #7A6771; }
span { border-color: rgb(122,103,113); }
td.TdClassName
{
border-color: #7A6771;
}
.TagClassName
{
border-color: #7A6771;
}
</style>