Shades of Monsoon #7F757E
Tints of Monsoon #7F757E
RGB
CMYK
RGB Variations
Color information
#7F757E (or 0x7F757E) is known color: Monsoon. HEX triplet: 7F, 75 and 7E. RGB value is (127,117,126). Sum of RGB (Red+Green+Blue) = 127+117+126=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 127 - color contains mainly: red. Hex color #7F757E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F757E is #808A81. Grayscale: #787878. Windows color (decimal): -8424066 or 8287615. OLE color: 8287615.
HSL color Cylindrical-coordinate representation of color #7F757E: hue angle of 306º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7F757E is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 117 | 126 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.50 |
| HSL | 306º | 0.04% | 0.48% | - |
| HSV(B) | 306º | 0.08% | 0.5% | - |
| XYZ | 18.88 | 18.74 | 22.36 | - |
| YUV | 121.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 126 | 0 | 0.08 | 0.01 | 0.50 | 306 | 0.04 | 0.48 |
| Hex | 7F | 75 | 7E | 0 | 8 | 1 | 32 | 132 | 4 | 30 |
| Octal | 177 | 165 | 176 | 0 | 10 | 1 | 62 | 462 | 4 | 60 |
| Binary | 1111111 | 1110101 | 1111110 | 0 | 1000 | 1 | 110010 | 100110010 | 100 | 110000 |
Color Harmonies of #7F757E
Complementary color
Monochromatic Colors of #7F757E
Black with #7F757E
Text Example
Text Example
White with #7F757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F757E; }
p { color: rgb(127,117,126); }
H1.HeaderClassName
{
color: #7F757E;
}
.AnyTagClassName
{
color: #7F757E;
}
</style>
background-color css
<style>
a { background-color: #7F757E; }
a { background-color: rgb(127,117,126); }
div.DivClassName
{
background-color: #7F757E;
}
.BgClassName
{
background-color: #7F757E;
}
</style>
border-color css
<style>
span { border-color: #7F757E; }
span { border-color: rgb(127,117,126); }
td.TdClassName
{
border-color: #7F757E;
}
.TagClassName
{
border-color: #7F757E;
}
</style>