Shades of Monsoon #7C6D76
Tints of Monsoon #7C6D76
RGB
CMYK
RGB Variations
Color information
#7C6D76 (or 0x7C6D76) is known color: Monsoon. HEX triplet: 7C, 6D and 76. RGB value is (124,109,118). Sum of RGB (Red+Green+Blue) = 124+109+118=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6D76 is #839289. Grayscale: #727272. Windows color (decimal): -8622730 or 7761276. OLE color: 7761276.
HSL color Cylindrical-coordinate representation of color #7C6D76: hue angle of 324º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7C6D76 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 109 | 118 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.51 |
| HSL | 324º | 0.06% | 0.46% | - |
| HSV(B) | 324º | 0.12% | 0.49% | - |
| XYZ | 17.05 | 16.53 | 19.43 | - |
| YUV | 114.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 109 | 118 | 0 | 0.12 | 0.05 | 0.51 | 324 | 0.06 | 0.46 |
| Hex | 7C | 6D | 76 | 0 | C | 5 | 33 | 144 | 6 | 2E |
| Octal | 174 | 155 | 166 | 0 | 14 | 5 | 63 | 504 | 6 | 56 |
| Binary | 1111100 | 1101101 | 1110110 | 0 | 1100 | 101 | 110011 | 101000100 | 110 | 101110 |
Color Harmonies of #7C6D76
Complementary color
Monochromatic Colors of #7C6D76
Black with #7C6D76
Text Example
Text Example
White with #7C6D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6D76; }
p { color: rgb(124,109,118); }
H1.HeaderClassName
{
color: #7C6D76;
}
.AnyTagClassName
{
color: #7C6D76;
}
</style>
background-color css
<style>
a { background-color: #7C6D76; }
a { background-color: rgb(124,109,118); }
div.DivClassName
{
background-color: #7C6D76;
}
.BgClassName
{
background-color: #7C6D76;
}
</style>
border-color css
<style>
span { border-color: #7C6D76; }
span { border-color: rgb(124,109,118); }
td.TdClassName
{
border-color: #7C6D76;
}
.TagClassName
{
border-color: #7C6D76;
}
</style>