Shades of Monsoon #7F717C
Tints of Monsoon #7F717C
RGB
CMYK
RGB Variations
Color information
#7F717C (or 0x7F717C) is known color: Monsoon. HEX triplet: 7F, 71 and 7C. RGB value is (127,113,124). Sum of RGB (Red+Green+Blue) = 127+113+124=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 127 - color contains mainly: red. Hex color #7F717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F717C is #808E83. Grayscale: #767676. Windows color (decimal): -8425092 or 8155519. OLE color: 8155519.
HSL color Cylindrical-coordinate representation of color #7F717C: hue angle of 312.86º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7F717C is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 113 | 124 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.50 |
| HSL | 312.86º | 0.06% | 0.47% | - |
| HSV(B) | 312.86º | 0.11% | 0.5% | - |
| XYZ | 18.3 | 17.78 | 21.54 | - |
| YUV | 118.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 124 | 0 | 0.11 | 0.02 | 0.50 | 312.86 | 0.06 | 0.47 |
| Hex | 7F | 71 | 7C | 0 | B | 2 | 32 | 139 | 6 | 2F |
| Octal | 177 | 161 | 174 | 0 | 13 | 2 | 62 | 471 | 6 | 57 |
| Binary | 1111111 | 1110001 | 1111100 | 0 | 1011 | 10 | 110010 | 100111001 | 110 | 101111 |
Color Harmonies of #7F717C
Complementary color
Monochromatic Colors of #7F717C
Black with #7F717C
Text Example
Text Example
White with #7F717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F717C; }
p { color: rgb(127,113,124); }
H1.HeaderClassName
{
color: #7F717C;
}
.AnyTagClassName
{
color: #7F717C;
}
</style>
background-color css
<style>
a { background-color: #7F717C; }
a { background-color: rgb(127,113,124); }
div.DivClassName
{
background-color: #7F717C;
}
.BgClassName
{
background-color: #7F717C;
}
</style>
border-color css
<style>
span { border-color: #7F717C; }
span { border-color: rgb(127,113,124); }
td.TdClassName
{
border-color: #7F717C;
}
.TagClassName
{
border-color: #7F717C;
}
</style>