Shades of Monsoon #7F6F77
Tints of Monsoon #7F6F77
RGB
CMYK
RGB Variations
Color information
#7F6F77 (or 0x7F6F77) is known color: Monsoon. HEX triplet: 7F, 6F and 77. RGB value is (127,111,119). Sum of RGB (Red+Green+Blue) = 127+111+119=357 (47% of max value = 765). Red value is 127 (50% from 255 or 35.57% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6F77 is #809088. Grayscale: #747474. Windows color (decimal): -8425609 or 7827327. OLE color: 7827327.
HSL color Cylindrical-coordinate representation of color #7F6F77: hue angle of 330º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F6F77 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 111 | 119 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.50 |
| HSL | 330º | 0.07% | 0.47% | - |
| HSV(B) | 330º | 0.13% | 0.5% | - |
| XYZ | 17.77 | 17.21 | 19.84 | - |
| YUV | 116.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 111 | 119 | 0 | 0.13 | 0.06 | 0.50 | 330 | 0.07 | 0.47 |
| Hex | 7F | 6F | 77 | 0 | D | 6 | 32 | 14A | 7 | 2F |
| Octal | 177 | 157 | 167 | 0 | 15 | 6 | 62 | 512 | 7 | 57 |
| Binary | 1111111 | 1101111 | 1110111 | 0 | 1101 | 110 | 110010 | 101001010 | 111 | 101111 |
Color Harmonies of #7F6F77
Complementary color
Monochromatic Colors of #7F6F77
Black with #7F6F77
Text Example
Text Example
White with #7F6F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6F77; }
p { color: rgb(127,111,119); }
H1.HeaderClassName
{
color: #7F6F77;
}
.AnyTagClassName
{
color: #7F6F77;
}
</style>
background-color css
<style>
a { background-color: #7F6F77; }
a { background-color: rgb(127,111,119); }
div.DivClassName
{
background-color: #7F6F77;
}
.BgClassName
{
background-color: #7F6F77;
}
</style>
border-color css
<style>
span { border-color: #7F6F77; }
span { border-color: rgb(127,111,119); }
td.TdClassName
{
border-color: #7F6F77;
}
.TagClassName
{
border-color: #7F6F77;
}
</style>