Shades of Monsoon #7C7378
Tints of Monsoon #7C7378
RGB
CMYK
RGB Variations
Color information
#7C7378 (or 0x7C7378) is known color: Monsoon. HEX triplet: 7C, 73 and 78. RGB value is (124,115,120). Sum of RGB (Red+Green+Blue) = 124+115+120=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7378 is #838C87. Grayscale: #767676. Windows color (decimal): -8621192 or 7893884. OLE color: 7893884.
HSL color Cylindrical-coordinate representation of color #7C7378: hue angle of 326.67º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7C7378 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 115 | 120 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.51 |
| HSL | 326.67º | 0.04% | 0.47% | - |
| HSV(B) | 326.67º | 0.07% | 0.49% | - |
| XYZ | 17.83 | 17.9 | 20.28 | - |
| YUV | 118.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 115 | 120 | 0 | 0.07 | 0.03 | 0.51 | 326.67 | 0.04 | 0.47 |
| Hex | 7C | 73 | 78 | 0 | 7 | 3 | 33 | 147 | 4 | 2F |
| Octal | 174 | 163 | 170 | 0 | 7 | 3 | 63 | 507 | 4 | 57 |
| Binary | 1111100 | 1110011 | 1111000 | 0 | 111 | 11 | 110011 | 101000111 | 100 | 101111 |
Color Harmonies of #7C7378
Complementary color
Monochromatic Colors of #7C7378
Black with #7C7378
Text Example
Text Example
White with #7C7378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7378; }
p { color: rgb(124,115,120); }
H1.HeaderClassName
{
color: #7C7378;
}
.AnyTagClassName
{
color: #7C7378;
}
</style>
background-color css
<style>
a { background-color: #7C7378; }
a { background-color: rgb(124,115,120); }
div.DivClassName
{
background-color: #7C7378;
}
.BgClassName
{
background-color: #7C7378;
}
</style>
border-color css
<style>
span { border-color: #7C7378; }
span { border-color: rgb(124,115,120); }
td.TdClassName
{
border-color: #7C7378;
}
.TagClassName
{
border-color: #7C7378;
}
</style>