Shades of Monsoon #7E6974
Tints of Monsoon #7E6974
RGB
CMYK
RGB Variations
Color information
#7E6974 (or 0x7E6974) is known color: Monsoon. HEX triplet: 7E, 69 and 74. RGB value is (126,105,116). Sum of RGB (Red+Green+Blue) = 126+105+116=347 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.31% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6974 is #81968B. Grayscale: #707070. Windows color (decimal): -8492684 or 7629182. OLE color: 7629182.
HSL color Cylindrical-coordinate representation of color #7E6974: hue angle of 328.57º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7E6974 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 105 | 116 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.51 |
| HSL | 328.57º | 0.09% | 0.45% | - |
| HSV(B) | 328.57º | 0.17% | 0.49% | - |
| XYZ | 16.81 | 15.8 | 18.69 | - |
| YUV | 112.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 105 | 116 | 0 | 0.17 | 0.08 | 0.51 | 328.57 | 0.09 | 0.45 |
| Hex | 7E | 69 | 74 | 0 | 11 | 8 | 33 | 149 | 9 | 2D |
| Octal | 176 | 151 | 164 | 0 | 21 | 10 | 63 | 511 | 11 | 55 |
| Binary | 1111110 | 1101001 | 1110100 | 0 | 10001 | 1000 | 110011 | 101001001 | 1001 | 101101 |
Color Harmonies of #7E6974
Complementary color
Monochromatic Colors of #7E6974
Black with #7E6974
Text Example
Text Example
White with #7E6974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6974; }
p { color: rgb(126,105,116); }
H1.HeaderClassName
{
color: #7E6974;
}
.AnyTagClassName
{
color: #7E6974;
}
</style>
background-color css
<style>
a { background-color: #7E6974; }
a { background-color: rgb(126,105,116); }
div.DivClassName
{
background-color: #7E6974;
}
.BgClassName
{
background-color: #7E6974;
}
</style>
border-color css
<style>
span { border-color: #7E6974; }
span { border-color: rgb(126,105,116); }
td.TdClassName
{
border-color: #7E6974;
}
.TagClassName
{
border-color: #7E6974;
}
</style>