Shades of Monsoon #7C6375
Tints of Monsoon #7C6375
RGB
CMYK
RGB Variations
Color information
#7C6375 (or 0x7C6375) is known color: Monsoon. HEX triplet: 7C, 63 and 75. RGB value is (124,99,117). Sum of RGB (Red+Green+Blue) = 124+99+117=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6375 is #839C8A. Grayscale: #6C6C6C. Windows color (decimal): -8625291 or 7693180. OLE color: 7693180.
HSL color Cylindrical-coordinate representation of color #7C6375: hue angle of 316.8º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C6375 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 99 | 117 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.51 |
| HSL | 316.8º | 0.11% | 0.44% | - |
| HSV(B) | 316.8º | 0.2% | 0.49% | - |
| XYZ | 15.98 | 14.49 | 18.78 | - |
| YUV | 108.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 99 | 117 | 0 | 0.20 | 0.06 | 0.51 | 316.8 | 0.11 | 0.44 |
| Hex | 7C | 63 | 75 | 0 | 14 | 6 | 33 | 13D | B | 2C |
| Octal | 174 | 143 | 165 | 0 | 24 | 6 | 63 | 475 | 13 | 54 |
| Binary | 1111100 | 1100011 | 1110101 | 0 | 10100 | 110 | 110011 | 100111101 | 1011 | 101100 |
Color Harmonies of #7C6375
Complementary color
Monochromatic Colors of #7C6375
Black with #7C6375
Text Example
Text Example
White with #7C6375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6375; }
p { color: rgb(124,99,117); }
H1.HeaderClassName
{
color: #7C6375;
}
.AnyTagClassName
{
color: #7C6375;
}
</style>
background-color css
<style>
a { background-color: #7C6375; }
a { background-color: rgb(124,99,117); }
div.DivClassName
{
background-color: #7C6375;
}
.BgClassName
{
background-color: #7C6375;
}
</style>
border-color css
<style>
span { border-color: #7C6375; }
span { border-color: rgb(124,99,117); }
td.TdClassName
{
border-color: #7C6375;
}
.TagClassName
{
border-color: #7C6375;
}
</style>