Shades of Monsoon #7F6477
Tints of Monsoon #7F6477
RGB
CMYK
RGB Variations
Color information
#7F6477 (or 0x7F6477) is known color: Monsoon. HEX triplet: 7F, 64 and 77. RGB value is (127,100,119). Sum of RGB (Red+Green+Blue) = 127+100+119=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6477 is #809B88. Grayscale: #6E6E6E. Windows color (decimal): -8428425 or 7824511. OLE color: 7824511.
HSL color Cylindrical-coordinate representation of color #7F6477: hue angle of 317.78º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F6477 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 100 | 119 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.50 |
| HSL | 317.78º | 0.12% | 0.45% | - |
| HSV(B) | 317.78º | 0.21% | 0.5% | - |
| XYZ | 16.64 | 14.96 | 19.46 | - |
| YUV | 110.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 100 | 119 | 0 | 0.21 | 0.06 | 0.50 | 317.78 | 0.12 | 0.45 |
| Hex | 7F | 64 | 77 | 0 | 15 | 6 | 32 | 13E | C | 2D |
| Octal | 177 | 144 | 167 | 0 | 25 | 6 | 62 | 476 | 14 | 55 |
| Binary | 1111111 | 1100100 | 1110111 | 0 | 10101 | 110 | 110010 | 100111110 | 1100 | 101101 |
Color Harmonies of #7F6477
Complementary color
Monochromatic Colors of #7F6477
Black with #7F6477
Text Example
Text Example
White with #7F6477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6477; }
p { color: rgb(127,100,119); }
H1.HeaderClassName
{
color: #7F6477;
}
.AnyTagClassName
{
color: #7F6477;
}
</style>
background-color css
<style>
a { background-color: #7F6477; }
a { background-color: rgb(127,100,119); }
div.DivClassName
{
background-color: #7F6477;
}
.BgClassName
{
background-color: #7F6477;
}
</style>
border-color css
<style>
span { border-color: #7F6477; }
span { border-color: rgb(127,100,119); }
td.TdClassName
{
border-color: #7F6477;
}
.TagClassName
{
border-color: #7F6477;
}
</style>