Shades of Monsoon #7C787B
Tints of Monsoon #7C787B
RGB
CMYK
RGB Variations
Color information
#7C787B (or 0x7C787B) is known color: Monsoon. HEX triplet: 7C, 78 and 7B. RGB value is (124,120,123). Sum of RGB (Red+Green+Blue) = 124+120+123=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 124 - color contains mainly: red. Hex color #7C787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C787B is #838784. Grayscale: #797979. Windows color (decimal): -8619909 or 8091772. OLE color: 8091772.
HSL color Cylindrical-coordinate representation of color #7C787B: hue angle of 315º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #7C787B is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 120 | 123 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.51 |
| HSL | 315º | 0.02% | 0.48% | - |
| HSV(B) | 315º | 0.03% | 0.49% | - |
| XYZ | 18.6 | 19.15 | 21.45 | - |
| YUV | 121.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 123 | 0 | 0.03 | 0.01 | 0.51 | 315 | 0.02 | 0.48 |
| Hex | 7C | 78 | 7B | 0 | 3 | 1 | 33 | 13B | 2 | 30 |
| Octal | 174 | 170 | 173 | 0 | 3 | 1 | 63 | 473 | 2 | 60 |
| Binary | 1111100 | 1111000 | 1111011 | 0 | 11 | 1 | 110011 | 100111011 | 10 | 110000 |
Color Harmonies of #7C787B
Complementary color
Monochromatic Colors of #7C787B
Black with #7C787B
Text Example
Text Example
White with #7C787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C787B; }
p { color: rgb(124,120,123); }
H1.HeaderClassName
{
color: #7C787B;
}
.AnyTagClassName
{
color: #7C787B;
}
</style>
background-color css
<style>
a { background-color: #7C787B; }
a { background-color: rgb(124,120,123); }
div.DivClassName
{
background-color: #7C787B;
}
.BgClassName
{
background-color: #7C787B;
}
</style>
border-color css
<style>
span { border-color: #7C787B; }
span { border-color: rgb(124,120,123); }
td.TdClassName
{
border-color: #7C787B;
}
.TagClassName
{
border-color: #7C787B;
}
</style>