Shades of Monsoon #7A6A73
Tints of Monsoon #7A6A73
RGB
CMYK
RGB Variations
Color information
#7A6A73 (or 0x7A6A73) is known color: Monsoon. HEX triplet: 7A, 6A and 73. RGB value is (122,106,115). Sum of RGB (Red+Green+Blue) = 122+106+115=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6A73 is #85958C. Grayscale: #6F6F6F. Windows color (decimal): -8754573 or 7563898. OLE color: 7563898.
HSL color Cylindrical-coordinate representation of color #7A6A73: hue angle of 326.25º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7A6A73 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 106 | 115 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.52 |
| HSL | 326.25º | 0.07% | 0.45% | - |
| HSV(B) | 326.25º | 0.13% | 0.48% | - |
| XYZ | 16.27 | 15.68 | 18.39 | - |
| YUV | 111.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 115 | 0 | 0.13 | 0.06 | 0.52 | 326.25 | 0.07 | 0.45 |
| Hex | 7A | 6A | 73 | 0 | D | 6 | 34 | 146 | 7 | 2D |
| Octal | 172 | 152 | 163 | 0 | 15 | 6 | 64 | 506 | 7 | 55 |
| Binary | 1111010 | 1101010 | 1110011 | 0 | 1101 | 110 | 110100 | 101000110 | 111 | 101101 |
Color Harmonies of #7A6A73
Complementary color
Monochromatic Colors of #7A6A73
Black with #7A6A73
Text Example
Text Example
White with #7A6A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6A73; }
p { color: rgb(122,106,115); }
H1.HeaderClassName
{
color: #7A6A73;
}
.AnyTagClassName
{
color: #7A6A73;
}
</style>
background-color css
<style>
a { background-color: #7A6A73; }
a { background-color: rgb(122,106,115); }
div.DivClassName
{
background-color: #7A6A73;
}
.BgClassName
{
background-color: #7A6A73;
}
</style>
border-color css
<style>
span { border-color: #7A6A73; }
span { border-color: rgb(122,106,115); }
td.TdClassName
{
border-color: #7A6A73;
}
.TagClassName
{
border-color: #7A6A73;
}
</style>