Shades of Monsoon #7E6276
Tints of Monsoon #7E6276
RGB
CMYK
RGB Variations
Color information
#7E6276 (or 0x7E6276) is known color: Monsoon. HEX triplet: 7E, 62 and 76. RGB value is (126,98,118). Sum of RGB (Red+Green+Blue) = 126+98+118=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6276 is #819D89. Grayscale: #6C6C6C. Windows color (decimal): -8494474 or 7758462. OLE color: 7758462.
HSL color Cylindrical-coordinate representation of color #7E6276: hue angle of 317.14º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7E6276 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 98 | 118 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.51 |
| HSL | 317.14º | 0.13% | 0.44% | - |
| HSV(B) | 317.14º | 0.22% | 0.49% | - |
| XYZ | 16.24 | 14.48 | 19.08 | - |
| YUV | 108.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 98 | 118 | 0 | 0.22 | 0.06 | 0.51 | 317.14 | 0.13 | 0.44 |
| Hex | 7E | 62 | 76 | 0 | 16 | 6 | 33 | 13D | C | 2C |
| Octal | 176 | 142 | 166 | 0 | 26 | 6 | 63 | 475 | 14 | 54 |
| Binary | 1111110 | 1100010 | 1110110 | 0 | 10110 | 110 | 110011 | 100111101 | 1100 | 101100 |
Color Harmonies of #7E6276
Complementary color
Monochromatic Colors of #7E6276
Black with #7E6276
Text Example
Text Example
White with #7E6276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6276; }
p { color: rgb(126,98,118); }
H1.HeaderClassName
{
color: #7E6276;
}
.AnyTagClassName
{
color: #7E6276;
}
</style>
background-color css
<style>
a { background-color: #7E6276; }
a { background-color: rgb(126,98,118); }
div.DivClassName
{
background-color: #7E6276;
}
.BgClassName
{
background-color: #7E6276;
}
</style>
border-color css
<style>
span { border-color: #7E6276; }
span { border-color: rgb(126,98,118); }
td.TdClassName
{
border-color: #7E6276;
}
.TagClassName
{
border-color: #7E6276;
}
</style>