Shades of Monsoon #7F6676
Tints of Monsoon #7F6676
RGB
CMYK
RGB Variations
Color information
#7F6676 (or 0x7F6676) is known color: Monsoon. HEX triplet: 7F, 66 and 76. RGB value is (127,102,118). Sum of RGB (Red+Green+Blue) = 127+102+118=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6676 is #809989. Grayscale: #6F6F6F. Windows color (decimal): -8427914 or 7759487. OLE color: 7759487.
HSL color Cylindrical-coordinate representation of color #7F6676: hue angle of 321.6º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F6676 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 102 | 118 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.50 |
| HSL | 321.6º | 0.11% | 0.45% | - |
| HSV(B) | 321.6º | 0.2% | 0.5% | - |
| XYZ | 16.77 | 15.32 | 19.21 | - |
| YUV | 111.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 102 | 118 | 0 | 0.20 | 0.07 | 0.50 | 321.6 | 0.11 | 0.45 |
| Hex | 7F | 66 | 76 | 0 | 14 | 7 | 32 | 142 | B | 2D |
| Octal | 177 | 146 | 166 | 0 | 24 | 7 | 62 | 502 | 13 | 55 |
| Binary | 1111111 | 1100110 | 1110110 | 0 | 10100 | 111 | 110010 | 101000010 | 1011 | 101101 |
Color Harmonies of #7F6676
Complementary color
Monochromatic Colors of #7F6676
Black with #7F6676
Text Example
Text Example
White with #7F6676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6676; }
p { color: rgb(127,102,118); }
H1.HeaderClassName
{
color: #7F6676;
}
.AnyTagClassName
{
color: #7F6676;
}
</style>
background-color css
<style>
a { background-color: #7F6676; }
a { background-color: rgb(127,102,118); }
div.DivClassName
{
background-color: #7F6676;
}
.BgClassName
{
background-color: #7F6676;
}
</style>
border-color css
<style>
span { border-color: #7F6676; }
span { border-color: rgb(127,102,118); }
td.TdClassName
{
border-color: #7F6676;
}
.TagClassName
{
border-color: #7F6676;
}
</style>