Shades of Monsoon #7E787C
Tints of Monsoon #7E787C
RGB
CMYK
RGB Variations
Color information
#7E787C (or 0x7E787C) is known color: Monsoon. HEX triplet: 7E, 78 and 7C. RGB value is (126,120,124). Sum of RGB (Red+Green+Blue) = 126+120+124=370 (49% of max value = 765). Red value is 126 (49.61% from 255 or 34.05% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 126 - color contains mainly: red. Hex color #7E787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E787C is #818783. Grayscale: #7A7A7A. Windows color (decimal): -8488836 or 8157310. OLE color: 8157310.
HSL color Cylindrical-coordinate representation of color #7E787C: hue angle of 320º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7E787C is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 120 | 124 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.51 |
| HSL | 320º | 0.02% | 0.48% | - |
| HSV(B) | 320º | 0.05% | 0.49% | - |
| XYZ | 18.96 | 19.32 | 21.8 | - |
| YUV | 122.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 120 | 124 | 0 | 0.05 | 0.02 | 0.51 | 320 | 0.02 | 0.48 |
| Hex | 7E | 78 | 7C | 0 | 5 | 2 | 33 | 140 | 2 | 30 |
| Octal | 176 | 170 | 174 | 0 | 5 | 2 | 63 | 500 | 2 | 60 |
| Binary | 1111110 | 1111000 | 1111100 | 0 | 101 | 10 | 110011 | 101000000 | 10 | 110000 |
Color Harmonies of #7E787C
Complementary color
Monochromatic Colors of #7E787C
Black with #7E787C
Text Example
Text Example
White with #7E787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E787C; }
p { color: rgb(126,120,124); }
H1.HeaderClassName
{
color: #7E787C;
}
.AnyTagClassName
{
color: #7E787C;
}
</style>
background-color css
<style>
a { background-color: #7E787C; }
a { background-color: rgb(126,120,124); }
div.DivClassName
{
background-color: #7E787C;
}
.BgClassName
{
background-color: #7E787C;
}
</style>
border-color css
<style>
span { border-color: #7E787C; }
span { border-color: rgb(126,120,124); }
td.TdClassName
{
border-color: #7E787C;
}
.TagClassName
{
border-color: #7E787C;
}
</style>