Shades of Monsoon #7F767C
Tints of Monsoon #7F767C
RGB
CMYK
RGB Variations
Color information
#7F767C (or 0x7F767C) is known color: Monsoon. HEX triplet: 7F, 76 and 7C. RGB value is (127,118,124). Sum of RGB (Red+Green+Blue) = 127+118+124=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 127 - color contains mainly: red. Hex color #7F767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F767C is #808983. Grayscale: #797979. Windows color (decimal): -8423812 or 8156799. OLE color: 8156799.
HSL color Cylindrical-coordinate representation of color #7F767C: hue angle of 320º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7F767C is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 118 | 124 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.50 |
| HSL | 320º | 0.04% | 0.48% | - |
| HSV(B) | 320º | 0.07% | 0.5% | - |
| XYZ | 18.87 | 18.92 | 21.73 | - |
| YUV | 121.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 118 | 124 | 0 | 0.07 | 0.02 | 0.50 | 320 | 0.04 | 0.48 |
| Hex | 7F | 76 | 7C | 0 | 7 | 2 | 32 | 140 | 4 | 30 |
| Octal | 177 | 166 | 174 | 0 | 7 | 2 | 62 | 500 | 4 | 60 |
| Binary | 1111111 | 1110110 | 1111100 | 0 | 111 | 10 | 110010 | 101000000 | 100 | 110000 |
Color Harmonies of #7F767C
Complementary color
Monochromatic Colors of #7F767C
Black with #7F767C
Text Example
Text Example
White with #7F767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F767C; }
p { color: rgb(127,118,124); }
H1.HeaderClassName
{
color: #7F767C;
}
.AnyTagClassName
{
color: #7F767C;
}
</style>
background-color css
<style>
a { background-color: #7F767C; }
a { background-color: rgb(127,118,124); }
div.DivClassName
{
background-color: #7F767C;
}
.BgClassName
{
background-color: #7F767C;
}
</style>
border-color css
<style>
span { border-color: #7F767C; }
span { border-color: rgb(127,118,124); }
td.TdClassName
{
border-color: #7F767C;
}
.TagClassName
{
border-color: #7F767C;
}
</style>