Shades of Monsoon #7F797E
Tints of Monsoon #7F797E
RGB
CMYK
RGB Variations
Color information
#7F797E (or 0x7F797E) is known color: Monsoon. HEX triplet: 7F, 79 and 7E. RGB value is (127,121,126). Sum of RGB (Red+Green+Blue) = 127+121+126=374 (49% of max value = 765). Red value is 127 (50% from 255 or 33.96% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 127 - color contains mainly: red. Hex color #7F797E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F797E is #808681. Grayscale: #7B7B7B. Windows color (decimal): -8423042 or 8288639. OLE color: 8288639.
HSL color Cylindrical-coordinate representation of color #7F797E: hue angle of 310º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7F797E is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 121 | 126 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.50 |
| HSL | 310º | 0.02% | 0.49% | - |
| HSV(B) | 310º | 0.05% | 0.5% | - |
| XYZ | 19.36 | 19.69 | 22.52 | - |
| YUV | 123.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 121 | 126 | 0 | 0.05 | 0.01 | 0.50 | 310 | 0.02 | 0.49 |
| Hex | 7F | 79 | 7E | 0 | 5 | 1 | 32 | 136 | 2 | 31 |
| Octal | 177 | 171 | 176 | 0 | 5 | 1 | 62 | 466 | 2 | 61 |
| Binary | 1111111 | 1111001 | 1111110 | 0 | 101 | 1 | 110010 | 100110110 | 10 | 110001 |
Color Harmonies of #7F797E
Complementary color
Monochromatic Colors of #7F797E
Black with #7F797E
Text Example
Text Example
White with #7F797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F797E; }
p { color: rgb(127,121,126); }
H1.HeaderClassName
{
color: #7F797E;
}
.AnyTagClassName
{
color: #7F797E;
}
</style>
background-color css
<style>
a { background-color: #7F797E; }
a { background-color: rgb(127,121,126); }
div.DivClassName
{
background-color: #7F797E;
}
.BgClassName
{
background-color: #7F797E;
}
</style>
border-color css
<style>
span { border-color: #7F797E; }
span { border-color: rgb(127,121,126); }
td.TdClassName
{
border-color: #7F797E;
}
.TagClassName
{
border-color: #7F797E;
}
</style>