Shades of Monsoon #7C7079
Tints of Monsoon #7C7079
RGB
CMYK
RGB Variations
Color information
#7C7079 (or 0x7C7079) is known color: Monsoon. HEX triplet: 7C, 70 and 79. RGB value is (124,112,121). Sum of RGB (Red+Green+Blue) = 124+112+121=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7079 is #838F86. Grayscale: #747474. Windows color (decimal): -8621959 or 7958652. OLE color: 7958652.
HSL color Cylindrical-coordinate representation of color #7C7079: hue angle of 315º degrees, saturation: 0.05, 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 #7C7079 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 112 | 121 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.51 |
| HSL | 315º | 0.05% | 0.46% | - |
| HSV(B) | 315º | 0.1% | 0.49% | - |
| XYZ | 17.56 | 17.25 | 20.49 | - |
| YUV | 116.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 121 | 0 | 0.10 | 0.02 | 0.51 | 315 | 0.05 | 0.46 |
| Hex | 7C | 70 | 79 | 0 | A | 2 | 33 | 13B | 5 | 2E |
| Octal | 174 | 160 | 171 | 0 | 12 | 2 | 63 | 473 | 5 | 56 |
| Binary | 1111100 | 1110000 | 1111001 | 0 | 1010 | 10 | 110011 | 100111011 | 101 | 101110 |
Color Harmonies of #7C7079
Complementary color
Monochromatic Colors of #7C7079
Black with #7C7079
Text Example
Text Example
White with #7C7079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7079; }
p { color: rgb(124,112,121); }
H1.HeaderClassName
{
color: #7C7079;
}
.AnyTagClassName
{
color: #7C7079;
}
</style>
background-color css
<style>
a { background-color: #7C7079; }
a { background-color: rgb(124,112,121); }
div.DivClassName
{
background-color: #7C7079;
}
.BgClassName
{
background-color: #7C7079;
}
</style>
border-color css
<style>
span { border-color: #7C7079; }
span { border-color: rgb(124,112,121); }
td.TdClassName
{
border-color: #7C7079;
}
.TagClassName
{
border-color: #7C7079;
}
</style>