Shades of Monsoon #7A6773
Tints of Monsoon #7A6773
RGB
CMYK
RGB Variations
Color information
#7A6773 (or 0x7A6773) is known color: Monsoon. HEX triplet: 7A, 67 and 73. RGB value is (122,103,115). Sum of RGB (Red+Green+Blue) = 122+103+115=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6773 is #85988C. Grayscale: #6E6E6E. Windows color (decimal): -8755341 or 7563130. OLE color: 7563130.
HSL color Cylindrical-coordinate representation of color #7A6773: hue angle of 322.11º 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 #7A6773 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 103 | 115 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.52 |
| HSL | 322.11º | 0.08% | 0.44% | - |
| HSV(B) | 322.11º | 0.16% | 0.48% | - |
| XYZ | 15.97 | 15.08 | 18.29 | - |
| YUV | 110.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 115 | 0 | 0.16 | 0.06 | 0.52 | 322.11 | 0.08 | 0.44 |
| Hex | 7A | 67 | 73 | 0 | 10 | 6 | 34 | 142 | 8 | 2C |
| Octal | 172 | 147 | 163 | 0 | 20 | 6 | 64 | 502 | 10 | 54 |
| Binary | 1111010 | 1100111 | 1110011 | 0 | 10000 | 110 | 110100 | 101000010 | 1000 | 101100 |
Color Harmonies of #7A6773
Complementary color
Monochromatic Colors of #7A6773
Black with #7A6773
Text Example
Text Example
White with #7A6773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6773; }
p { color: rgb(122,103,115); }
H1.HeaderClassName
{
color: #7A6773;
}
.AnyTagClassName
{
color: #7A6773;
}
</style>
background-color css
<style>
a { background-color: #7A6773; }
a { background-color: rgb(122,103,115); }
div.DivClassName
{
background-color: #7A6773;
}
.BgClassName
{
background-color: #7A6773;
}
</style>
border-color css
<style>
span { border-color: #7A6773; }
span { border-color: rgb(122,103,115); }
td.TdClassName
{
border-color: #7A6773;
}
.TagClassName
{
border-color: #7A6773;
}
</style>