Shades of Monsoon #7E7179
Tints of Monsoon #7E7179
RGB
CMYK
RGB Variations
Color information
#7E7179 (or 0x7E7179) is known color: Monsoon. HEX triplet: 7E, 71 and 79. RGB value is (126,113,121). Sum of RGB (Red+Green+Blue) = 126+113+121=360 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7179 is #818E86. Grayscale: #757575. Windows color (decimal): -8490631 or 7958910. OLE color: 7958910.
HSL color Cylindrical-coordinate representation of color #7E7179: hue angle of 323.08º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7E7179 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 113 | 121 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.51 |
| HSL | 323.08º | 0.05% | 0.47% | - |
| HSV(B) | 323.08º | 0.1% | 0.49% | - |
| XYZ | 17.96 | 17.63 | 20.54 | - |
| YUV | 117.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 113 | 121 | 0 | 0.10 | 0.04 | 0.51 | 323.08 | 0.05 | 0.47 |
| Hex | 7E | 71 | 79 | 0 | A | 4 | 33 | 143 | 5 | 2F |
| Octal | 176 | 161 | 171 | 0 | 12 | 4 | 63 | 503 | 5 | 57 |
| Binary | 1111110 | 1110001 | 1111001 | 0 | 1010 | 100 | 110011 | 101000011 | 101 | 101111 |
Color Harmonies of #7E7179
Complementary color
Monochromatic Colors of #7E7179
Black with #7E7179
Text Example
Text Example
White with #7E7179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7179; }
p { color: rgb(126,113,121); }
H1.HeaderClassName
{
color: #7E7179;
}
.AnyTagClassName
{
color: #7E7179;
}
</style>
background-color css
<style>
a { background-color: #7E7179; }
a { background-color: rgb(126,113,121); }
div.DivClassName
{
background-color: #7E7179;
}
.BgClassName
{
background-color: #7E7179;
}
</style>
border-color css
<style>
span { border-color: #7E7179; }
span { border-color: rgb(126,113,121); }
td.TdClassName
{
border-color: #7E7179;
}
.TagClassName
{
border-color: #7E7179;
}
</style>