Shades of Monsoon #7F777D
Tints of Monsoon #7F777D
RGB
CMYK
RGB Variations
Color information
#7F777D (or 0x7F777D) is known color: Monsoon. HEX triplet: 7F, 77 and 7D. RGB value is (127,119,125). Sum of RGB (Red+Green+Blue) = 127+119+125=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 127 - color contains mainly: red. Hex color #7F777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F777D is #808882. Grayscale: #7A7A7A. Windows color (decimal): -8423555 or 8222591. OLE color: 8222591.
HSL color Cylindrical-coordinate representation of color #7F777D: hue angle of 315º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7F777D is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 119 | 125 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.50 |
| HSL | 315º | 0.03% | 0.48% | - |
| HSV(B) | 315º | 0.06% | 0.5% | - |
| XYZ | 19.05 | 19.19 | 22.1 | - |
| YUV | 122.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 119 | 125 | 0 | 0.06 | 0.02 | 0.50 | 315 | 0.03 | 0.48 |
| Hex | 7F | 77 | 7D | 0 | 6 | 2 | 32 | 13B | 3 | 30 |
| Octal | 177 | 167 | 175 | 0 | 6 | 2 | 62 | 473 | 3 | 60 |
| Binary | 1111111 | 1110111 | 1111101 | 0 | 110 | 10 | 110010 | 100111011 | 11 | 110000 |
Color Harmonies of #7F777D
Complementary color
Monochromatic Colors of #7F777D
Black with #7F777D
Text Example
Text Example
White with #7F777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F777D; }
p { color: rgb(127,119,125); }
H1.HeaderClassName
{
color: #7F777D;
}
.AnyTagClassName
{
color: #7F777D;
}
</style>
background-color css
<style>
a { background-color: #7F777D; }
a { background-color: rgb(127,119,125); }
div.DivClassName
{
background-color: #7F777D;
}
.BgClassName
{
background-color: #7F777D;
}
</style>
border-color css
<style>
span { border-color: #7F777D; }
span { border-color: rgb(127,119,125); }
td.TdClassName
{
border-color: #7F777D;
}
.TagClassName
{
border-color: #7F777D;
}
</style>