Shades of Monsoon #7E767C
Tints of Monsoon #7E767C
RGB
CMYK
RGB Variations
Color information
#7E767C (or 0x7E767C) is known color: Monsoon. HEX triplet: 7E, 76 and 7C. RGB value is (126,118,124). Sum of RGB (Red+Green+Blue) = 126+118+124=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 126 - color contains mainly: red. Hex color #7E767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E767C is #818983. Grayscale: #797979. Windows color (decimal): -8489348 or 8156798. OLE color: 8156798.
HSL color Cylindrical-coordinate representation of color #7E767C: hue angle of 315º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7E767C is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 118 | 124 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.51 |
| HSL | 315º | 0.03% | 0.48% | - |
| HSV(B) | 315º | 0.06% | 0.49% | - |
| XYZ | 18.72 | 18.85 | 21.72 | - |
| YUV | 121.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 118 | 124 | 0 | 0.06 | 0.02 | 0.51 | 315 | 0.03 | 0.48 |
| Hex | 7E | 76 | 7C | 0 | 6 | 2 | 33 | 13B | 3 | 30 |
| Octal | 176 | 166 | 174 | 0 | 6 | 2 | 63 | 473 | 3 | 60 |
| Binary | 1111110 | 1110110 | 1111100 | 0 | 110 | 10 | 110011 | 100111011 | 11 | 110000 |
Color Harmonies of #7E767C
Complementary color
Monochromatic Colors of #7E767C
Black with #7E767C
Text Example
Text Example
White with #7E767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E767C; }
p { color: rgb(126,118,124); }
H1.HeaderClassName
{
color: #7E767C;
}
.AnyTagClassName
{
color: #7E767C;
}
</style>
background-color css
<style>
a { background-color: #7E767C; }
a { background-color: rgb(126,118,124); }
div.DivClassName
{
background-color: #7E767C;
}
.BgClassName
{
background-color: #7E767C;
}
</style>
border-color css
<style>
span { border-color: #7E767C; }
span { border-color: rgb(126,118,124); }
td.TdClassName
{
border-color: #7E767C;
}
.TagClassName
{
border-color: #7E767C;
}
</style>