Shades of Monsoon #7C6F79
Tints of Monsoon #7C6F79
RGB
CMYK
RGB Variations
Color information
#7C6F79 (or 0x7C6F79) is known color: Monsoon. HEX triplet: 7C, 6F and 79. RGB value is (124,111,121). Sum of RGB (Red+Green+Blue) = 124+111+121=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6F79 is #839086. Grayscale: #747474. Windows color (decimal): -8622215 or 7958396. OLE color: 7958396.
HSL color Cylindrical-coordinate representation of color #7C6F79: hue angle of 313.85º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7C6F79 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 111 | 121 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.51 |
| HSL | 313.85º | 0.06% | 0.46% | - |
| HSV(B) | 313.85º | 0.1% | 0.49% | - |
| XYZ | 17.45 | 17.03 | 20.46 | - |
| YUV | 116.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 111 | 121 | 0 | 0.10 | 0.02 | 0.51 | 313.85 | 0.06 | 0.46 |
| Hex | 7C | 6F | 79 | 0 | A | 2 | 33 | 13A | 6 | 2E |
| Octal | 174 | 157 | 171 | 0 | 12 | 2 | 63 | 472 | 6 | 56 |
| Binary | 1111100 | 1101111 | 1111001 | 0 | 1010 | 10 | 110011 | 100111010 | 110 | 101110 |
Color Harmonies of #7C6F79
Complementary color
Monochromatic Colors of #7C6F79
Black with #7C6F79
Text Example
Text Example
White with #7C6F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6F79; }
p { color: rgb(124,111,121); }
H1.HeaderClassName
{
color: #7C6F79;
}
.AnyTagClassName
{
color: #7C6F79;
}
</style>
background-color css
<style>
a { background-color: #7C6F79; }
a { background-color: rgb(124,111,121); }
div.DivClassName
{
background-color: #7C6F79;
}
.BgClassName
{
background-color: #7C6F79;
}
</style>
border-color css
<style>
span { border-color: #7C6F79; }
span { border-color: rgb(124,111,121); }
td.TdClassName
{
border-color: #7C6F79;
}
.TagClassName
{
border-color: #7C6F79;
}
</style>