Shades of Monsoon #7C5E71
Tints of Monsoon #7C5E71
RGB
CMYK
RGB Variations
Color information
#7C5E71 (or 0x7C5E71) is known color: Monsoon. HEX triplet: 7C, 5E and 71. RGB value is (124,94,113). Sum of RGB (Red+Green+Blue) = 124+94+113=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5E71 is #83A18E. Grayscale: #696969. Windows color (decimal): -8626575 or 7429756. OLE color: 7429756.
HSL color Cylindrical-coordinate representation of color #7C5E71: hue angle of 322º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C5E71 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 94 | 113 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.51 |
| HSL | 322º | 0.14% | 0.43% | - |
| HSV(B) | 322º | 0.24% | 0.49% | - |
| XYZ | 15.3 | 13.48 | 17.42 | - |
| YUV | 105.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 94 | 113 | 0 | 0.24 | 0.09 | 0.51 | 322 | 0.14 | 0.43 |
| Hex | 7C | 5E | 71 | 0 | 18 | 9 | 33 | 142 | E | 2B |
| Octal | 174 | 136 | 161 | 0 | 30 | 11 | 63 | 502 | 16 | 53 |
| Binary | 1111100 | 1011110 | 1110001 | 0 | 11000 | 1001 | 110011 | 101000010 | 1110 | 101011 |
Color Harmonies of #7C5E71
Complementary color
Monochromatic Colors of #7C5E71
Black with #7C5E71
Text Example
Text Example
White with #7C5E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5E71; }
p { color: rgb(124,94,113); }
H1.HeaderClassName
{
color: #7C5E71;
}
.AnyTagClassName
{
color: #7C5E71;
}
</style>
background-color css
<style>
a { background-color: #7C5E71; }
a { background-color: rgb(124,94,113); }
div.DivClassName
{
background-color: #7C5E71;
}
.BgClassName
{
background-color: #7C5E71;
}
</style>
border-color css
<style>
span { border-color: #7C5E71; }
span { border-color: rgb(124,94,113); }
td.TdClassName
{
border-color: #7C5E71;
}
.TagClassName
{
border-color: #7C5E71;
}
</style>