Shades of Monsoon #7C7278
Tints of Monsoon #7C7278
RGB
CMYK
RGB Variations
Color information
#7C7278 (or 0x7C7278) is known color: Monsoon. HEX triplet: 7C, 72 and 78. RGB value is (124,114,120). Sum of RGB (Red+Green+Blue) = 124+114+120=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7278 is #838D87. Grayscale: #757575. Windows color (decimal): -8621448 or 7893628. OLE color: 7893628.
HSL color Cylindrical-coordinate representation of color #7C7278: 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 #7C7278 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 114 | 120 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.51 |
| HSL | 324º | 0.04% | 0.47% | - |
| HSV(B) | 324º | 0.08% | 0.49% | - |
| XYZ | 17.72 | 17.68 | 20.25 | - |
| YUV | 117.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 120 | 0 | 0.08 | 0.03 | 0.51 | 324 | 0.04 | 0.47 |
| Hex | 7C | 72 | 78 | 0 | 8 | 3 | 33 | 144 | 4 | 2F |
| Octal | 174 | 162 | 170 | 0 | 10 | 3 | 63 | 504 | 4 | 57 |
| Binary | 1111100 | 1110010 | 1111000 | 0 | 1000 | 11 | 110011 | 101000100 | 100 | 101111 |
Color Harmonies of #7C7278
Complementary color
Monochromatic Colors of #7C7278
Black with #7C7278
Text Example
Text Example
White with #7C7278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7278; }
p { color: rgb(124,114,120); }
H1.HeaderClassName
{
color: #7C7278;
}
.AnyTagClassName
{
color: #7C7278;
}
</style>
background-color css
<style>
a { background-color: #7C7278; }
a { background-color: rgb(124,114,120); }
div.DivClassName
{
background-color: #7C7278;
}
.BgClassName
{
background-color: #7C7278;
}
</style>
border-color css
<style>
span { border-color: #7C7278; }
span { border-color: rgb(124,114,120); }
td.TdClassName
{
border-color: #7C7278;
}
.TagClassName
{
border-color: #7C7278;
}
</style>