Shades of Monsoon #7E747A
Tints of Monsoon #7E747A
RGB
CMYK
RGB Variations
Color information
#7E747A (or 0x7E747A) is known color: Monsoon. HEX triplet: 7E, 74 and 7A. RGB value is (126,116,122). Sum of RGB (Red+Green+Blue) = 126+116+122=364 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.62% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 126 - color contains mainly: red. Hex color #7E747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E747A is #818B85. Grayscale: #777777. Windows color (decimal): -8489862 or 8025214. OLE color: 8025214.
HSL color Cylindrical-coordinate representation of color #7E747A: hue angle of 324º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7E747A is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 116 | 122 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.51 |
| HSL | 324º | 0.04% | 0.47% | - |
| HSV(B) | 324º | 0.08% | 0.49% | - |
| XYZ | 18.36 | 18.33 | 20.98 | - |
| YUV | 119.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 116 | 122 | 0 | 0.08 | 0.03 | 0.51 | 324 | 0.04 | 0.47 |
| Hex | 7E | 74 | 7A | 0 | 8 | 3 | 33 | 144 | 4 | 2F |
| Octal | 176 | 164 | 172 | 0 | 10 | 3 | 63 | 504 | 4 | 57 |
| Binary | 1111110 | 1110100 | 1111010 | 0 | 1000 | 11 | 110011 | 101000100 | 100 | 101111 |
Color Harmonies of #7E747A
Complementary color
Monochromatic Colors of #7E747A
Black with #7E747A
Text Example
Text Example
White with #7E747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E747A; }
p { color: rgb(126,116,122); }
H1.HeaderClassName
{
color: #7E747A;
}
.AnyTagClassName
{
color: #7E747A;
}
</style>
background-color css
<style>
a { background-color: #7E747A; }
a { background-color: rgb(126,116,122); }
div.DivClassName
{
background-color: #7E747A;
}
.BgClassName
{
background-color: #7E747A;
}
</style>
border-color css
<style>
span { border-color: #7E747A; }
span { border-color: rgb(126,116,122); }
td.TdClassName
{
border-color: #7E747A;
}
.TagClassName
{
border-color: #7E747A;
}
</style>