Shades of Monsoon #7E6A79
Tints of Monsoon #7E6A79
RGB
CMYK
RGB Variations
Color information
#7E6A79 (or 0x7E6A79) is known color: Monsoon. HEX triplet: 7E, 6A and 79. RGB value is (126,106,121). Sum of RGB (Red+Green+Blue) = 126+106+121=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6A79 is #819586. Grayscale: #717171. Windows color (decimal): -8492423 or 7957118. OLE color: 7957118.
HSL color Cylindrical-coordinate representation of color #7E6A79: hue angle of 315º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7E6A79 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 106 | 121 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.51 |
| HSL | 315º | 0.09% | 0.45% | - |
| HSV(B) | 315º | 0.16% | 0.49% | - |
| XYZ | 17.21 | 16.12 | 20.29 | - |
| YUV | 113.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 106 | 121 | 0 | 0.16 | 0.04 | 0.51 | 315 | 0.09 | 0.45 |
| Hex | 7E | 6A | 79 | 0 | 10 | 4 | 33 | 13B | 9 | 2D |
| Octal | 176 | 152 | 171 | 0 | 20 | 4 | 63 | 473 | 11 | 55 |
| Binary | 1111110 | 1101010 | 1111001 | 0 | 10000 | 100 | 110011 | 100111011 | 1001 | 101101 |
Color Harmonies of #7E6A79
Complementary color
Monochromatic Colors of #7E6A79
Black with #7E6A79
Text Example
Text Example
White with #7E6A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6A79; }
p { color: rgb(126,106,121); }
H1.HeaderClassName
{
color: #7E6A79;
}
.AnyTagClassName
{
color: #7E6A79;
}
</style>
background-color css
<style>
a { background-color: #7E6A79; }
a { background-color: rgb(126,106,121); }
div.DivClassName
{
background-color: #7E6A79;
}
.BgClassName
{
background-color: #7E6A79;
}
</style>
border-color css
<style>
span { border-color: #7E6A79; }
span { border-color: rgb(126,106,121); }
td.TdClassName
{
border-color: #7E6A79;
}
.TagClassName
{
border-color: #7E6A79;
}
</style>