Shades of Monsoon #7E5C72
Tints of Monsoon #7E5C72
RGB
CMYK
RGB Variations
Color information
#7E5C72 (or 0x7E5C72) is known color: Monsoon. HEX triplet: 7E, 5C and 72. RGB value is (126,92,114). Sum of RGB (Red+Green+Blue) = 126+92+114=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5C72 is #81A38D. Grayscale: #686868. Windows color (decimal): -8496014 or 7494782. OLE color: 7494782.
HSL color Cylindrical-coordinate representation of color #7E5C72: hue angle of 321.18º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E5C72 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 92 | 114 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.51 |
| HSL | 321.18º | 0.16% | 0.43% | - |
| HSV(B) | 321.18º | 0.27% | 0.49% | - |
| XYZ | 15.47 | 13.3 | 17.67 | - |
| YUV | 104.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 92 | 114 | 0 | 0.27 | 0.10 | 0.51 | 321.18 | 0.16 | 0.43 |
| Hex | 7E | 5C | 72 | 0 | 1B | A | 33 | 141 | 10 | 2B |
| Octal | 176 | 134 | 162 | 0 | 33 | 12 | 63 | 501 | 20 | 53 |
| Binary | 1111110 | 1011100 | 1110010 | 0 | 11011 | 1010 | 110011 | 101000001 | 10000 | 101011 |
Color Harmonies of #7E5C72
Complementary color
Monochromatic Colors of #7E5C72
Black with #7E5C72
Text Example
Text Example
White with #7E5C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5C72; }
p { color: rgb(126,92,114); }
H1.HeaderClassName
{
color: #7E5C72;
}
.AnyTagClassName
{
color: #7E5C72;
}
</style>
background-color css
<style>
a { background-color: #7E5C72; }
a { background-color: rgb(126,92,114); }
div.DivClassName
{
background-color: #7E5C72;
}
.BgClassName
{
background-color: #7E5C72;
}
</style>
border-color css
<style>
span { border-color: #7E5C72; }
span { border-color: rgb(126,92,114); }
td.TdClassName
{
border-color: #7E5C72;
}
.TagClassName
{
border-color: #7E5C72;
}
</style>