Shades of Monsoon #7F727C
Tints of Monsoon #7F727C
RGB
CMYK
RGB Variations
Color information
#7F727C (or 0x7F727C) is known color: Monsoon. HEX triplet: 7F, 72 and 7C. RGB value is (127,114,124). Sum of RGB (Red+Green+Blue) = 127+114+124=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 127 - color contains mainly: red. Hex color #7F727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F727C is #808D83. Grayscale: #767676. Windows color (decimal): -8424836 or 8155775. OLE color: 8155775.
HSL color Cylindrical-coordinate representation of color #7F727C: hue angle of 313.85º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7F727C is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 114 | 124 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.50 |
| HSL | 313.85º | 0.05% | 0.47% | - |
| HSV(B) | 313.85º | 0.1% | 0.5% | - |
| XYZ | 18.41 | 18 | 21.57 | - |
| YUV | 119.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 114 | 124 | 0 | 0.10 | 0.02 | 0.50 | 313.85 | 0.05 | 0.47 |
| Hex | 7F | 72 | 7C | 0 | A | 2 | 32 | 13A | 5 | 2F |
| Octal | 177 | 162 | 174 | 0 | 12 | 2 | 62 | 472 | 5 | 57 |
| Binary | 1111111 | 1110010 | 1111100 | 0 | 1010 | 10 | 110010 | 100111010 | 101 | 101111 |
Color Harmonies of #7F727C
Complementary color
Monochromatic Colors of #7F727C
Black with #7F727C
Text Example
Text Example
White with #7F727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F727C; }
p { color: rgb(127,114,124); }
H1.HeaderClassName
{
color: #7F727C;
}
.AnyTagClassName
{
color: #7F727C;
}
</style>
background-color css
<style>
a { background-color: #7F727C; }
a { background-color: rgb(127,114,124); }
div.DivClassName
{
background-color: #7F727C;
}
.BgClassName
{
background-color: #7F727C;
}
</style>
border-color css
<style>
span { border-color: #7F727C; }
span { border-color: rgb(127,114,124); }
td.TdClassName
{
border-color: #7F727C;
}
.TagClassName
{
border-color: #7F727C;
}
</style>