Shades of Monsoon #7F787C
Tints of Monsoon #7F787C
RGB
CMYK
RGB Variations
Color information
#7F787C (or 0x7F787C) is known color: Monsoon. HEX triplet: 7F, 78 and 7C. RGB value is (127,120,124). Sum of RGB (Red+Green+Blue) = 127+120+124=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 127 - color contains mainly: red. Hex color #7F787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F787C is #808783. Grayscale: #7A7A7A. Windows color (decimal): -8423300 or 8157311. OLE color: 8157311.
HSL color Cylindrical-coordinate representation of color #7F787C: hue angle of 325.71º 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 #7F787C is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 120 | 124 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.50 |
| HSL | 325.71º | 0.03% | 0.48% | - |
| HSV(B) | 325.71º | 0.06% | 0.5% | - |
| XYZ | 19.11 | 19.4 | 21.81 | - |
| YUV | 122.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 120 | 124 | 0 | 0.06 | 0.02 | 0.50 | 325.71 | 0.03 | 0.48 |
| Hex | 7F | 78 | 7C | 0 | 6 | 2 | 32 | 146 | 3 | 30 |
| Octal | 177 | 170 | 174 | 0 | 6 | 2 | 62 | 506 | 3 | 60 |
| Binary | 1111111 | 1111000 | 1111100 | 0 | 110 | 10 | 110010 | 101000110 | 11 | 110000 |
Color Harmonies of #7F787C
Complementary color
Monochromatic Colors of #7F787C
Black with #7F787C
Text Example
Text Example
White with #7F787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F787C; }
p { color: rgb(127,120,124); }
H1.HeaderClassName
{
color: #7F787C;
}
.AnyTagClassName
{
color: #7F787C;
}
</style>
background-color css
<style>
a { background-color: #7F787C; }
a { background-color: rgb(127,120,124); }
div.DivClassName
{
background-color: #7F787C;
}
.BgClassName
{
background-color: #7F787C;
}
</style>
border-color css
<style>
span { border-color: #7F787C; }
span { border-color: rgb(127,120,124); }
td.TdClassName
{
border-color: #7F787C;
}
.TagClassName
{
border-color: #7F787C;
}
</style>