Shades of Monsoon #7A6572
Tints of Monsoon #7A6572
RGB
CMYK
RGB Variations
Color information
#7A6572 (or 0x7A6572) is known color: Monsoon. HEX triplet: 7A, 65 and 72. RGB value is (122,101,114). Sum of RGB (Red+Green+Blue) = 122+101+114=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6572 is #859A8D. Grayscale: #6C6C6C. Windows color (decimal): -8755854 or 7497082. OLE color: 7497082.
HSL color Cylindrical-coordinate representation of color #7A6572: hue angle of 322.86º 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 #7A6572 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 101 | 114 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.52 |
| HSL | 322.86º | 0.09% | 0.44% | - |
| HSV(B) | 322.86º | 0.17% | 0.48% | - |
| XYZ | 15.72 | 14.66 | 17.92 | - |
| YUV | 108.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 114 | 0 | 0.17 | 0.07 | 0.52 | 322.86 | 0.09 | 0.44 |
| Hex | 7A | 65 | 72 | 0 | 11 | 7 | 34 | 143 | 9 | 2C |
| Octal | 172 | 145 | 162 | 0 | 21 | 7 | 64 | 503 | 11 | 54 |
| Binary | 1111010 | 1100101 | 1110010 | 0 | 10001 | 111 | 110100 | 101000011 | 1001 | 101100 |
Color Harmonies of #7A6572
Complementary color
Monochromatic Colors of #7A6572
Black with #7A6572
Text Example
Text Example
White with #7A6572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6572; }
p { color: rgb(122,101,114); }
H1.HeaderClassName
{
color: #7A6572;
}
.AnyTagClassName
{
color: #7A6572;
}
</style>
background-color css
<style>
a { background-color: #7A6572; }
a { background-color: rgb(122,101,114); }
div.DivClassName
{
background-color: #7A6572;
}
.BgClassName
{
background-color: #7A6572;
}
</style>
border-color css
<style>
span { border-color: #7A6572; }
span { border-color: rgb(122,101,114); }
td.TdClassName
{
border-color: #7A6572;
}
.TagClassName
{
border-color: #7A6572;
}
</style>