Shades of Monsoon #7E6C78
Tints of Monsoon #7E6C78
RGB
CMYK
RGB Variations
Color information
#7E6C78 (or 0x7E6C78) is known color: Monsoon. HEX triplet: 7E, 6C and 78. RGB value is (126,108,120). Sum of RGB (Red+Green+Blue) = 126+108+120=354 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.59% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6C78 is #819387. Grayscale: #727272. Windows color (decimal): -8491912 or 7892094. OLE color: 7892094.
HSL color Cylindrical-coordinate representation of color #7E6C78: hue angle of 320º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7E6C78 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 108 | 120 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.51 |
| HSL | 320º | 0.08% | 0.46% | - |
| HSV(B) | 320º | 0.14% | 0.49% | - |
| XYZ | 17.36 | 16.52 | 20.04 | - |
| YUV | 114.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 108 | 120 | 0 | 0.14 | 0.05 | 0.51 | 320 | 0.08 | 0.46 |
| Hex | 7E | 6C | 78 | 0 | E | 5 | 33 | 140 | 8 | 2E |
| Octal | 176 | 154 | 170 | 0 | 16 | 5 | 63 | 500 | 10 | 56 |
| Binary | 1111110 | 1101100 | 1111000 | 0 | 1110 | 101 | 110011 | 101000000 | 1000 | 101110 |
Color Harmonies of #7E6C78
Complementary color
Monochromatic Colors of #7E6C78
Black with #7E6C78
Text Example
Text Example
White with #7E6C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6C78; }
p { color: rgb(126,108,120); }
H1.HeaderClassName
{
color: #7E6C78;
}
.AnyTagClassName
{
color: #7E6C78;
}
</style>
background-color css
<style>
a { background-color: #7E6C78; }
a { background-color: rgb(126,108,120); }
div.DivClassName
{
background-color: #7E6C78;
}
.BgClassName
{
background-color: #7E6C78;
}
</style>
border-color css
<style>
span { border-color: #7E6C78; }
span { border-color: rgb(126,108,120); }
td.TdClassName
{
border-color: #7E6C78;
}
.TagClassName
{
border-color: #7E6C78;
}
</style>