Shades of Monsoon #7E6275
Tints of Monsoon #7E6275
RGB
CMYK
RGB Variations
Color information
#7E6275 (or 0x7E6275) is known color: Monsoon. HEX triplet: 7E, 62 and 75. RGB value is (126,98,117). Sum of RGB (Red+Green+Blue) = 126+98+117=341 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.95% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6275 is #819D8A. Grayscale: #6C6C6C. Windows color (decimal): -8494475 or 7692926. OLE color: 7692926.
HSL color Cylindrical-coordinate representation of color #7E6275: hue angle of 319.29º 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 #7E6275 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 98 | 117 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.51 |
| HSL | 319.29º | 0.13% | 0.44% | - |
| HSV(B) | 319.29º | 0.22% | 0.49% | - |
| XYZ | 16.18 | 14.46 | 18.77 | - |
| YUV | 108.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 98 | 117 | 0 | 0.22 | 0.07 | 0.51 | 319.29 | 0.13 | 0.44 |
| Hex | 7E | 62 | 75 | 0 | 16 | 7 | 33 | 13F | C | 2C |
| Octal | 176 | 142 | 165 | 0 | 26 | 7 | 63 | 477 | 14 | 54 |
| Binary | 1111110 | 1100010 | 1110101 | 0 | 10110 | 111 | 110011 | 100111111 | 1100 | 101100 |
Color Harmonies of #7E6275
Complementary color
Monochromatic Colors of #7E6275
Black with #7E6275
Text Example
Text Example
White with #7E6275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6275; }
p { color: rgb(126,98,117); }
H1.HeaderClassName
{
color: #7E6275;
}
.AnyTagClassName
{
color: #7E6275;
}
</style>
background-color css
<style>
a { background-color: #7E6275; }
a { background-color: rgb(126,98,117); }
div.DivClassName
{
background-color: #7E6275;
}
.BgClassName
{
background-color: #7E6275;
}
</style>
border-color css
<style>
span { border-color: #7E6275; }
span { border-color: rgb(126,98,117); }
td.TdClassName
{
border-color: #7E6275;
}
.TagClassName
{
border-color: #7E6275;
}
</style>