Shades of Monsoon #7E6376
Tints of Monsoon #7E6376
RGB
CMYK
RGB Variations
Color information
#7E6376 (or 0x7E6376) is known color: Monsoon. HEX triplet: 7E, 63 and 76. RGB value is (126,99,118). Sum of RGB (Red+Green+Blue) = 126+99+118=343 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.73% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6376 is #819C89. Grayscale: #6D6D6D. Windows color (decimal): -8494218 or 7758718. OLE color: 7758718.
HSL color Cylindrical-coordinate representation of color #7E6376: hue angle of 317.78º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E6376 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 99 | 118 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.51 |
| HSL | 317.78º | 0.12% | 0.44% | - |
| HSV(B) | 317.78º | 0.21% | 0.49% | - |
| XYZ | 16.34 | 14.67 | 19.11 | - |
| YUV | 109.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 99 | 118 | 0 | 0.21 | 0.06 | 0.51 | 317.78 | 0.12 | 0.44 |
| Hex | 7E | 63 | 76 | 0 | 15 | 6 | 33 | 13E | C | 2C |
| Octal | 176 | 143 | 166 | 0 | 25 | 6 | 63 | 476 | 14 | 54 |
| Binary | 1111110 | 1100011 | 1110110 | 0 | 10101 | 110 | 110011 | 100111110 | 1100 | 101100 |
Color Harmonies of #7E6376
Complementary color
Monochromatic Colors of #7E6376
Black with #7E6376
Text Example
Text Example
White with #7E6376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6376; }
p { color: rgb(126,99,118); }
H1.HeaderClassName
{
color: #7E6376;
}
.AnyTagClassName
{
color: #7E6376;
}
</style>
background-color css
<style>
a { background-color: #7E6376; }
a { background-color: rgb(126,99,118); }
div.DivClassName
{
background-color: #7E6376;
}
.BgClassName
{
background-color: #7E6376;
}
</style>
border-color css
<style>
span { border-color: #7E6376; }
span { border-color: rgb(126,99,118); }
td.TdClassName
{
border-color: #7E6376;
}
.TagClassName
{
border-color: #7E6376;
}
</style>