Shades of Monsoon #7C5D71
Tints of Monsoon #7C5D71
RGB
CMYK
RGB Variations
Color information
#7C5D71 (or 0x7C5D71) is known color: Monsoon. HEX triplet: 7C, 5D and 71. RGB value is (124,93,113). Sum of RGB (Red+Green+Blue) = 124+93+113=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5D71 is #83A28E. Grayscale: #686868. Windows color (decimal): -8626831 or 7429500. OLE color: 7429500.
HSL color Cylindrical-coordinate representation of color #7C5D71: hue angle of 321.29º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C5D71 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 93 | 113 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.51 |
| HSL | 321.29º | 0.14% | 0.43% | - |
| HSV(B) | 321.29º | 0.25% | 0.49% | - |
| XYZ | 15.21 | 13.31 | 17.39 | - |
| YUV | 104.55 | 132.77 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 93 | 113 | 0 | 0.25 | 0.09 | 0.51 | 321.29 | 0.14 | 0.43 |
| Hex | 7C | 5D | 71 | 0 | 19 | 9 | 33 | 141 | E | 2B |
| Octal | 174 | 135 | 161 | 0 | 31 | 11 | 63 | 501 | 16 | 53 |
| Binary | 1111100 | 1011101 | 1110001 | 0 | 11001 | 1001 | 110011 | 101000001 | 1110 | 101011 |
Color Harmonies of #7C5D71
Complementary color
Monochromatic Colors of #7C5D71
Black with #7C5D71
Text Example
Text Example
White with #7C5D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5D71; }
p { color: rgb(124,93,113); }
H1.HeaderClassName
{
color: #7C5D71;
}
.AnyTagClassName
{
color: #7C5D71;
}
</style>
background-color css
<style>
a { background-color: #7C5D71; }
a { background-color: rgb(124,93,113); }
div.DivClassName
{
background-color: #7C5D71;
}
.BgClassName
{
background-color: #7C5D71;
}
</style>
border-color css
<style>
span { border-color: #7C5D71; }
span { border-color: rgb(124,93,113); }
td.TdClassName
{
border-color: #7C5D71;
}
.TagClassName
{
border-color: #7C5D71;
}
</style>