Shades of Monsoon #7C7478
Tints of Monsoon #7C7478
RGB
CMYK
RGB Variations
Color information
#7C7478 (or 0x7C7478) is known color: Monsoon. HEX triplet: 7C, 74 and 78. RGB value is (124,116,120). Sum of RGB (Red+Green+Blue) = 124+116+120=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7478 is #838B87. Grayscale: #767676. Windows color (decimal): -8620936 or 7894140. OLE color: 7894140.
HSL color Cylindrical-coordinate representation of color #7C7478: hue angle of 330º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7C7478 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 116 | 120 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.51 |
| HSL | 330º | 0.03% | 0.47% | - |
| HSV(B) | 330º | 0.06% | 0.49% | - |
| XYZ | 17.95 | 18.13 | 20.32 | - |
| YUV | 118.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 116 | 120 | 0 | 0.06 | 0.03 | 0.51 | 330 | 0.03 | 0.47 |
| Hex | 7C | 74 | 78 | 0 | 6 | 3 | 33 | 14A | 3 | 2F |
| Octal | 174 | 164 | 170 | 0 | 6 | 3 | 63 | 512 | 3 | 57 |
| Binary | 1111100 | 1110100 | 1111000 | 0 | 110 | 11 | 110011 | 101001010 | 11 | 101111 |
Color Harmonies of #7C7478
Complementary color
Monochromatic Colors of #7C7478
Black with #7C7478
Text Example
Text Example
White with #7C7478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7478; }
p { color: rgb(124,116,120); }
H1.HeaderClassName
{
color: #7C7478;
}
.AnyTagClassName
{
color: #7C7478;
}
</style>
background-color css
<style>
a { background-color: #7C7478; }
a { background-color: rgb(124,116,120); }
div.DivClassName
{
background-color: #7C7478;
}
.BgClassName
{
background-color: #7C7478;
}
</style>
border-color css
<style>
span { border-color: #7C7478; }
span { border-color: rgb(124,116,120); }
td.TdClassName
{
border-color: #7C7478;
}
.TagClassName
{
border-color: #7C7478;
}
</style>