Shades of Monsoon #7C6576
Tints of Monsoon #7C6576
RGB
CMYK
RGB Variations
Color information
#7C6576 (or 0x7C6576) is known color: Monsoon. HEX triplet: 7C, 65 and 76. RGB value is (124,101,118). Sum of RGB (Red+Green+Blue) = 124+101+118=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6576 is #839A89. Grayscale: #6D6D6D. Windows color (decimal): -8624778 or 7759228. OLE color: 7759228.
HSL color Cylindrical-coordinate representation of color #7C6576: hue angle of 315.65º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C6576 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 101 | 118 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.51 |
| HSL | 315.65º | 0.1% | 0.44% | - |
| HSV(B) | 315.65º | 0.19% | 0.49% | - |
| XYZ | 16.24 | 14.9 | 19.16 | - |
| YUV | 109.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 118 | 0 | 0.19 | 0.05 | 0.51 | 315.65 | 0.1 | 0.44 |
| Hex | 7C | 65 | 76 | 0 | 13 | 5 | 33 | 13C | A | 2C |
| Octal | 174 | 145 | 166 | 0 | 23 | 5 | 63 | 474 | 12 | 54 |
| Binary | 1111100 | 1100101 | 1110110 | 0 | 10011 | 101 | 110011 | 100111100 | 1010 | 101100 |
Color Harmonies of #7C6576
Complementary color
Monochromatic Colors of #7C6576
Black with #7C6576
Text Example
Text Example
White with #7C6576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6576; }
p { color: rgb(124,101,118); }
H1.HeaderClassName
{
color: #7C6576;
}
.AnyTagClassName
{
color: #7C6576;
}
</style>
background-color css
<style>
a { background-color: #7C6576; }
a { background-color: rgb(124,101,118); }
div.DivClassName
{
background-color: #7C6576;
}
.BgClassName
{
background-color: #7C6576;
}
</style>
border-color css
<style>
span { border-color: #7C6576; }
span { border-color: rgb(124,101,118); }
td.TdClassName
{
border-color: #7C6576;
}
.TagClassName
{
border-color: #7C6576;
}
</style>