Shades of Monsoon #7F6776
Tints of Monsoon #7F6776
RGB
CMYK
RGB Variations
Color information
#7F6776 (or 0x7F6776) is known color: Monsoon. HEX triplet: 7F, 67 and 76. RGB value is (127,103,118). Sum of RGB (Red+Green+Blue) = 127+103+118=348 (46% of max value = 765). Red value is 127 (50% from 255 or 36.49% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6776 is #809889. Grayscale: #6F6F6F. Windows color (decimal): -8427658 or 7759743. OLE color: 7759743.
HSL color Cylindrical-coordinate representation of color #7F6776: hue angle of 322.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F6776 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 103 | 118 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.50 |
| HSL | 322.5º | 0.1% | 0.45% | - |
| HSV(B) | 322.5º | 0.19% | 0.5% | - |
| XYZ | 16.87 | 15.52 | 19.25 | - |
| YUV | 111.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 118 | 0 | 0.19 | 0.07 | 0.50 | 322.5 | 0.1 | 0.45 |
| Hex | 7F | 67 | 76 | 0 | 13 | 7 | 32 | 142 | A | 2D |
| Octal | 177 | 147 | 166 | 0 | 23 | 7 | 62 | 502 | 12 | 55 |
| Binary | 1111111 | 1100111 | 1110110 | 0 | 10011 | 111 | 110010 | 101000010 | 1010 | 101101 |
Color Harmonies of #7F6776
Complementary color
Monochromatic Colors of #7F6776
Black with #7F6776
Text Example
Text Example
White with #7F6776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6776; }
p { color: rgb(127,103,118); }
H1.HeaderClassName
{
color: #7F6776;
}
.AnyTagClassName
{
color: #7F6776;
}
</style>
background-color css
<style>
a { background-color: #7F6776; }
a { background-color: rgb(127,103,118); }
div.DivClassName
{
background-color: #7F6776;
}
.BgClassName
{
background-color: #7F6776;
}
</style>
border-color css
<style>
span { border-color: #7F6776; }
span { border-color: rgb(127,103,118); }
td.TdClassName
{
border-color: #7F6776;
}
.TagClassName
{
border-color: #7F6776;
}
</style>