Shades of Monsoon #7C737A
Tints of Monsoon #7C737A
RGB
CMYK
RGB Variations
Color information
#7C737A (or 0x7C737A) is known color: Monsoon. HEX triplet: 7C, 73 and 7A. RGB value is (124,115,122). Sum of RGB (Red+Green+Blue) = 124+115+122=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 124 - color contains mainly: red. Hex color #7C737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C737A is #838C85. Grayscale: #767676. Windows color (decimal): -8621190 or 8024956. OLE color: 8024956.
HSL color Cylindrical-coordinate representation of color #7C737A: hue angle of 313.33º 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 #7C737A is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 115 | 122 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.51 |
| HSL | 313.33º | 0.04% | 0.47% | - |
| HSV(B) | 313.33º | 0.07% | 0.49% | - |
| XYZ | 17.96 | 17.95 | 20.93 | - |
| YUV | 118.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 115 | 122 | 0 | 0.07 | 0.02 | 0.51 | 313.33 | 0.04 | 0.47 |
| Hex | 7C | 73 | 7A | 0 | 7 | 2 | 33 | 139 | 4 | 2F |
| Octal | 174 | 163 | 172 | 0 | 7 | 2 | 63 | 471 | 4 | 57 |
| Binary | 1111100 | 1110011 | 1111010 | 0 | 111 | 10 | 110011 | 100111001 | 100 | 101111 |
Color Harmonies of #7C737A
Complementary color
Monochromatic Colors of #7C737A
Black with #7C737A
Text Example
Text Example
White with #7C737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C737A; }
p { color: rgb(124,115,122); }
H1.HeaderClassName
{
color: #7C737A;
}
.AnyTagClassName
{
color: #7C737A;
}
</style>
background-color css
<style>
a { background-color: #7C737A; }
a { background-color: rgb(124,115,122); }
div.DivClassName
{
background-color: #7C737A;
}
.BgClassName
{
background-color: #7C737A;
}
</style>
border-color css
<style>
span { border-color: #7C737A; }
span { border-color: rgb(124,115,122); }
td.TdClassName
{
border-color: #7C737A;
}
.TagClassName
{
border-color: #7C737A;
}
</style>