Shades of Monsoon #7C747B
Tints of Monsoon #7C747B
RGB
CMYK
RGB Variations
Color information
#7C747B (or 0x7C747B) is known color: Monsoon. HEX triplet: 7C, 74 and 7B. RGB value is (124,116,123). Sum of RGB (Red+Green+Blue) = 124+116+123=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 124 - color contains mainly: red. Hex color #7C747B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C747B is #838B84. Grayscale: #777777. Windows color (decimal): -8620933 or 8090748. OLE color: 8090748.
HSL color Cylindrical-coordinate representation of color #7C747B: hue angle of 307.5º 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 #7C747B is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 116 | 123 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.51 |
| HSL | 307.5º | 0.03% | 0.47% | - |
| HSV(B) | 307.5º | 0.06% | 0.49% | - |
| XYZ | 18.13 | 18.21 | 21.3 | - |
| YUV | 119.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 116 | 123 | 0 | 0.06 | 0.01 | 0.51 | 307.5 | 0.03 | 0.47 |
| Hex | 7C | 74 | 7B | 0 | 6 | 1 | 33 | 134 | 3 | 2F |
| Octal | 174 | 164 | 173 | 0 | 6 | 1 | 63 | 464 | 3 | 57 |
| Binary | 1111100 | 1110100 | 1111011 | 0 | 110 | 1 | 110011 | 100110100 | 11 | 101111 |
Color Harmonies of #7C747B
Complementary color
Monochromatic Colors of #7C747B
Black with #7C747B
Text Example
Text Example
White with #7C747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C747B; }
p { color: rgb(124,116,123); }
H1.HeaderClassName
{
color: #7C747B;
}
.AnyTagClassName
{
color: #7C747B;
}
</style>
background-color css
<style>
a { background-color: #7C747B; }
a { background-color: rgb(124,116,123); }
div.DivClassName
{
background-color: #7C747B;
}
.BgClassName
{
background-color: #7C747B;
}
</style>
border-color css
<style>
span { border-color: #7C747B; }
span { border-color: rgb(124,116,123); }
td.TdClassName
{
border-color: #7C747B;
}
.TagClassName
{
border-color: #7C747B;
}
</style>