Shades of Monsoon #7F6276
Tints of Monsoon #7F6276
RGB
CMYK
RGB Variations
Color information
#7F6276 (or 0x7F6276) is known color: Monsoon. HEX triplet: 7F, 62 and 76. RGB value is (127,98,118). Sum of RGB (Red+Green+Blue) = 127+98+118=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6276 is #809D89. Grayscale: #6C6C6C. Windows color (decimal): -8428938 or 7758463. OLE color: 7758463.
HSL color Cylindrical-coordinate representation of color #7F6276: hue angle of 318.62º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7F6276 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 98 | 118 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.50 |
| HSL | 318.62º | 0.13% | 0.44% | - |
| HSV(B) | 318.62º | 0.23% | 0.5% | - |
| XYZ | 16.39 | 14.56 | 19.09 | - |
| YUV | 108.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 98 | 118 | 0 | 0.23 | 0.07 | 0.50 | 318.62 | 0.13 | 0.44 |
| Hex | 7F | 62 | 76 | 0 | 17 | 7 | 32 | 13F | D | 2C |
| Octal | 177 | 142 | 166 | 0 | 27 | 7 | 62 | 477 | 15 | 54 |
| Binary | 1111111 | 1100010 | 1110110 | 0 | 10111 | 111 | 110010 | 100111111 | 1101 | 101100 |
Color Harmonies of #7F6276
Complementary color
Monochromatic Colors of #7F6276
Black with #7F6276
Text Example
Text Example
White with #7F6276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6276; }
p { color: rgb(127,98,118); }
H1.HeaderClassName
{
color: #7F6276;
}
.AnyTagClassName
{
color: #7F6276;
}
</style>
background-color css
<style>
a { background-color: #7F6276; }
a { background-color: rgb(127,98,118); }
div.DivClassName
{
background-color: #7F6276;
}
.BgClassName
{
background-color: #7F6276;
}
</style>
border-color css
<style>
span { border-color: #7F6276; }
span { border-color: rgb(127,98,118); }
td.TdClassName
{
border-color: #7F6276;
}
.TagClassName
{
border-color: #7F6276;
}
</style>