Shades of Monsoon #7C6675
Tints of Monsoon #7C6675
RGB
CMYK
RGB Variations
Color information
#7C6675 (or 0x7C6675) is known color: Monsoon. HEX triplet: 7C, 66 and 75. RGB value is (124,102,117). Sum of RGB (Red+Green+Blue) = 124+102+117=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6675 is #83998A. Grayscale: #6E6E6E. Windows color (decimal): -8624523 or 7693948. OLE color: 7693948.
HSL color Cylindrical-coordinate representation of color #7C6675: hue angle of 319.09º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C6675 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 102 | 117 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.51 |
| HSL | 319.09º | 0.1% | 0.44% | - |
| HSV(B) | 319.09º | 0.18% | 0.49% | - |
| XYZ | 16.27 | 15.07 | 18.88 | - |
| YUV | 110.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 117 | 0 | 0.18 | 0.06 | 0.51 | 319.09 | 0.1 | 0.44 |
| Hex | 7C | 66 | 75 | 0 | 12 | 6 | 33 | 13F | A | 2C |
| Octal | 174 | 146 | 165 | 0 | 22 | 6 | 63 | 477 | 12 | 54 |
| Binary | 1111100 | 1100110 | 1110101 | 0 | 10010 | 110 | 110011 | 100111111 | 1010 | 101100 |
Color Harmonies of #7C6675
Complementary color
Monochromatic Colors of #7C6675
Black with #7C6675
Text Example
Text Example
White with #7C6675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6675; }
p { color: rgb(124,102,117); }
H1.HeaderClassName
{
color: #7C6675;
}
.AnyTagClassName
{
color: #7C6675;
}
</style>
background-color css
<style>
a { background-color: #7C6675; }
a { background-color: rgb(124,102,117); }
div.DivClassName
{
background-color: #7C6675;
}
.BgClassName
{
background-color: #7C6675;
}
</style>
border-color css
<style>
span { border-color: #7C6675; }
span { border-color: rgb(124,102,117); }
td.TdClassName
{
border-color: #7C6675;
}
.TagClassName
{
border-color: #7C6675;
}
</style>