Shades of Monsoon #7F767E
Tints of Monsoon #7F767E
RGB
CMYK
RGB Variations
Color information
#7F767E (or 0x7F767E) is known color: Monsoon. HEX triplet: 7F, 76 and 7E. RGB value is (127,118,126). Sum of RGB (Red+Green+Blue) = 127+118+126=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 127 - color contains mainly: red. Hex color #7F767E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F767E is #808981. Grayscale: #797979. Windows color (decimal): -8423810 or 8287871. OLE color: 8287871.
HSL color Cylindrical-coordinate representation of color #7F767E: hue angle of 306.67º 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 #7F767E is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 118 | 126 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.50 |
| HSL | 306.67º | 0.04% | 0.48% | - |
| HSV(B) | 306.67º | 0.07% | 0.5% | - |
| XYZ | 19 | 18.98 | 22.4 | - |
| YUV | 121.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 118 | 126 | 0 | 0.07 | 0.01 | 0.50 | 306.67 | 0.04 | 0.48 |
| Hex | 7F | 76 | 7E | 0 | 7 | 1 | 32 | 133 | 4 | 30 |
| Octal | 177 | 166 | 176 | 0 | 7 | 1 | 62 | 463 | 4 | 60 |
| Binary | 1111111 | 1110110 | 1111110 | 0 | 111 | 1 | 110010 | 100110011 | 100 | 110000 |
Color Harmonies of #7F767E
Complementary color
Monochromatic Colors of #7F767E
Black with #7F767E
Text Example
Text Example
White with #7F767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F767E; }
p { color: rgb(127,118,126); }
H1.HeaderClassName
{
color: #7F767E;
}
.AnyTagClassName
{
color: #7F767E;
}
</style>
background-color css
<style>
a { background-color: #7F767E; }
a { background-color: rgb(127,118,126); }
div.DivClassName
{
background-color: #7F767E;
}
.BgClassName
{
background-color: #7F767E;
}
</style>
border-color css
<style>
span { border-color: #7F767E; }
span { border-color: rgb(127,118,126); }
td.TdClassName
{
border-color: #7F767E;
}
.TagClassName
{
border-color: #7F767E;
}
</style>