Shades of Monsoon #7E7278
Tints of Monsoon #7E7278
RGB
CMYK
RGB Variations
Color information
#7E7278 (or 0x7E7278) is known color: Monsoon. HEX triplet: 7E, 72 and 78. RGB value is (126,114,120). Sum of RGB (Red+Green+Blue) = 126+114+120=360 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7278 is #818D87. Grayscale: #767676. Windows color (decimal): -8490376 or 7893630. OLE color: 7893630.
HSL color Cylindrical-coordinate representation of color #7E7278: hue angle of 330º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7E7278 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 114 | 120 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.51 |
| HSL | 330º | 0.05% | 0.47% | - |
| HSV(B) | 330º | 0.1% | 0.49% | - |
| XYZ | 18.01 | 17.83 | 20.26 | - |
| YUV | 118.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 114 | 120 | 0 | 0.10 | 0.05 | 0.51 | 330 | 0.05 | 0.47 |
| Hex | 7E | 72 | 78 | 0 | A | 5 | 33 | 14A | 5 | 2F |
| Octal | 176 | 162 | 170 | 0 | 12 | 5 | 63 | 512 | 5 | 57 |
| Binary | 1111110 | 1110010 | 1111000 | 0 | 1010 | 101 | 110011 | 101001010 | 101 | 101111 |
Color Harmonies of #7E7278
Complementary color
Monochromatic Colors of #7E7278
Black with #7E7278
Text Example
Text Example
White with #7E7278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7278; }
p { color: rgb(126,114,120); }
H1.HeaderClassName
{
color: #7E7278;
}
.AnyTagClassName
{
color: #7E7278;
}
</style>
background-color css
<style>
a { background-color: #7E7278; }
a { background-color: rgb(126,114,120); }
div.DivClassName
{
background-color: #7E7278;
}
.BgClassName
{
background-color: #7E7278;
}
</style>
border-color css
<style>
span { border-color: #7E7278; }
span { border-color: rgb(126,114,120); }
td.TdClassName
{
border-color: #7E7278;
}
.TagClassName
{
border-color: #7E7278;
}
</style>