Shades of Monsoon #7F6476
Tints of Monsoon #7F6476
RGB
CMYK
RGB Variations
Color information
#7F6476 (or 0x7F6476) is known color: Monsoon. HEX triplet: 7F, 64 and 76. RGB value is (127,100,118). Sum of RGB (Red+Green+Blue) = 127+100+118=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6476 is #809B89. Grayscale: #6E6E6E. Windows color (decimal): -8428426 or 7758975. OLE color: 7758975.
HSL color Cylindrical-coordinate representation of color #7F6476: hue angle of 320º 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 #7F6476 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 100 | 118 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.50 |
| HSL | 320º | 0.12% | 0.45% | - |
| HSV(B) | 320º | 0.21% | 0.5% | - |
| XYZ | 16.58 | 14.93 | 19.15 | - |
| YUV | 110.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 100 | 118 | 0 | 0.21 | 0.07 | 0.50 | 320 | 0.12 | 0.45 |
| Hex | 7F | 64 | 76 | 0 | 15 | 7 | 32 | 140 | C | 2D |
| Octal | 177 | 144 | 166 | 0 | 25 | 7 | 62 | 500 | 14 | 55 |
| Binary | 1111111 | 1100100 | 1110110 | 0 | 10101 | 111 | 110010 | 101000000 | 1100 | 101101 |
Color Harmonies of #7F6476
Complementary color
Monochromatic Colors of #7F6476
Black with #7F6476
Text Example
Text Example
White with #7F6476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6476; }
p { color: rgb(127,100,118); }
H1.HeaderClassName
{
color: #7F6476;
}
.AnyTagClassName
{
color: #7F6476;
}
</style>
background-color css
<style>
a { background-color: #7F6476; }
a { background-color: rgb(127,100,118); }
div.DivClassName
{
background-color: #7F6476;
}
.BgClassName
{
background-color: #7F6476;
}
</style>
border-color css
<style>
span { border-color: #7F6476; }
span { border-color: rgb(127,100,118); }
td.TdClassName
{
border-color: #7F6476;
}
.TagClassName
{
border-color: #7F6476;
}
</style>