Shades of Monsoon #7A6774
Tints of Monsoon #7A6774
RGB
CMYK
RGB Variations
Color information
#7A6774 (or 0x7A6774) is known color: Monsoon. HEX triplet: 7A, 67 and 74. RGB value is (122,103,116). Sum of RGB (Red+Green+Blue) = 122+103+116=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6774 is #85988B. Grayscale: #6E6E6E. Windows color (decimal): -8755340 or 7628666. OLE color: 7628666.
HSL color Cylindrical-coordinate representation of color #7A6774: hue angle of 318.95º 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 #7A6774 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 103 | 116 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.52 |
| HSL | 318.95º | 0.08% | 0.44% | - |
| HSV(B) | 318.95º | 0.16% | 0.48% | - |
| XYZ | 16.03 | 15.1 | 18.59 | - |
| YUV | 110.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 116 | 0 | 0.16 | 0.05 | 0.52 | 318.95 | 0.08 | 0.44 |
| Hex | 7A | 67 | 74 | 0 | 10 | 5 | 34 | 13F | 8 | 2C |
| Octal | 172 | 147 | 164 | 0 | 20 | 5 | 64 | 477 | 10 | 54 |
| Binary | 1111010 | 1100111 | 1110100 | 0 | 10000 | 101 | 110100 | 100111111 | 1000 | 101100 |
Color Harmonies of #7A6774
Complementary color
Monochromatic Colors of #7A6774
Black with #7A6774
Text Example
Text Example
White with #7A6774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6774; }
p { color: rgb(122,103,116); }
H1.HeaderClassName
{
color: #7A6774;
}
.AnyTagClassName
{
color: #7A6774;
}
</style>
background-color css
<style>
a { background-color: #7A6774; }
a { background-color: rgb(122,103,116); }
div.DivClassName
{
background-color: #7A6774;
}
.BgClassName
{
background-color: #7A6774;
}
</style>
border-color css
<style>
span { border-color: #7A6774; }
span { border-color: rgb(122,103,116); }
td.TdClassName
{
border-color: #7A6774;
}
.TagClassName
{
border-color: #7A6774;
}
</style>