Shades of Monsoon #7C6573
Tints of Monsoon #7C6573
RGB
CMYK
RGB Variations
Color information
#7C6573 (or 0x7C6573) is known color: Monsoon. HEX triplet: 7C, 65 and 73. RGB value is (124,101,115). Sum of RGB (Red+Green+Blue) = 124+101+115=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6573 is #839A8C. Grayscale: #6D6D6D. Windows color (decimal): -8624781 or 7562620. OLE color: 7562620.
HSL color Cylindrical-coordinate representation of color #7C6573: hue angle of 323.48º 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 #7C6573 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 101 | 115 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.51 |
| HSL | 323.48º | 0.1% | 0.44% | - |
| HSV(B) | 323.48º | 0.19% | 0.49% | - |
| XYZ | 16.06 | 14.83 | 18.24 | - |
| YUV | 109.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 115 | 0 | 0.19 | 0.07 | 0.51 | 323.48 | 0.1 | 0.44 |
| Hex | 7C | 65 | 73 | 0 | 13 | 7 | 33 | 143 | A | 2C |
| Octal | 174 | 145 | 163 | 0 | 23 | 7 | 63 | 503 | 12 | 54 |
| Binary | 1111100 | 1100101 | 1110011 | 0 | 10011 | 111 | 110011 | 101000011 | 1010 | 101100 |
Color Harmonies of #7C6573
Complementary color
Monochromatic Colors of #7C6573
Black with #7C6573
Text Example
Text Example
White with #7C6573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6573; }
p { color: rgb(124,101,115); }
H1.HeaderClassName
{
color: #7C6573;
}
.AnyTagClassName
{
color: #7C6573;
}
</style>
background-color css
<style>
a { background-color: #7C6573; }
a { background-color: rgb(124,101,115); }
div.DivClassName
{
background-color: #7C6573;
}
.BgClassName
{
background-color: #7C6573;
}
</style>
border-color css
<style>
span { border-color: #7C6573; }
span { border-color: rgb(124,101,115); }
td.TdClassName
{
border-color: #7C6573;
}
.TagClassName
{
border-color: #7C6573;
}
</style>