Shades of Monsoon #7C6575
Tints of Monsoon #7C6575
RGB
CMYK
RGB Variations
Color information
#7C6575 (or 0x7C6575) is known color: Monsoon. HEX triplet: 7C, 65 and 75. RGB value is (124,101,117). Sum of RGB (Red+Green+Blue) = 124+101+117=342 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.26% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6575 is #839A8A. Grayscale: #6D6D6D. Windows color (decimal): -8624779 or 7693692. OLE color: 7693692.
HSL color Cylindrical-coordinate representation of color #7C6575: hue angle of 318.26º 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 #7C6575 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 101 | 117 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.51 |
| HSL | 318.26º | 0.1% | 0.44% | - |
| HSV(B) | 318.26º | 0.19% | 0.49% | - |
| XYZ | 16.18 | 14.88 | 18.85 | - |
| YUV | 109.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 117 | 0 | 0.19 | 0.06 | 0.51 | 318.26 | 0.1 | 0.44 |
| Hex | 7C | 65 | 75 | 0 | 13 | 6 | 33 | 13E | A | 2C |
| Octal | 174 | 145 | 165 | 0 | 23 | 6 | 63 | 476 | 12 | 54 |
| Binary | 1111100 | 1100101 | 1110101 | 0 | 10011 | 110 | 110011 | 100111110 | 1010 | 101100 |
Color Harmonies of #7C6575
Complementary color
Monochromatic Colors of #7C6575
Black with #7C6575
Text Example
Text Example
White with #7C6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6575; }
p { color: rgb(124,101,117); }
H1.HeaderClassName
{
color: #7C6575;
}
.AnyTagClassName
{
color: #7C6575;
}
</style>
background-color css
<style>
a { background-color: #7C6575; }
a { background-color: rgb(124,101,117); }
div.DivClassName
{
background-color: #7C6575;
}
.BgClassName
{
background-color: #7C6575;
}
</style>
border-color css
<style>
span { border-color: #7C6575; }
span { border-color: rgb(124,101,117); }
td.TdClassName
{
border-color: #7C6575;
}
.TagClassName
{
border-color: #7C6575;
}
</style>