Shades of Monsoon #7E6375
Tints of Monsoon #7E6375
RGB
CMYK
RGB Variations
Color information
#7E6375 (or 0x7E6375) is known color: Monsoon. HEX triplet: 7E, 63 and 75. RGB value is (126,99,117). Sum of RGB (Red+Green+Blue) = 126+99+117=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6375 is #819C8A. Grayscale: #6D6D6D. Windows color (decimal): -8494219 or 7693182. OLE color: 7693182.
HSL color Cylindrical-coordinate representation of color #7E6375: hue angle of 320º 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 #7E6375 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 99 | 117 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.51 |
| HSL | 320º | 0.12% | 0.44% | - |
| HSV(B) | 320º | 0.21% | 0.49% | - |
| XYZ | 16.28 | 14.64 | 18.8 | - |
| YUV | 109.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 99 | 117 | 0 | 0.21 | 0.07 | 0.51 | 320 | 0.12 | 0.44 |
| Hex | 7E | 63 | 75 | 0 | 15 | 7 | 33 | 140 | C | 2C |
| Octal | 176 | 143 | 165 | 0 | 25 | 7 | 63 | 500 | 14 | 54 |
| Binary | 1111110 | 1100011 | 1110101 | 0 | 10101 | 111 | 110011 | 101000000 | 1100 | 101100 |
Color Harmonies of #7E6375
Complementary color
Monochromatic Colors of #7E6375
Black with #7E6375
Text Example
Text Example
White with #7E6375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6375; }
p { color: rgb(126,99,117); }
H1.HeaderClassName
{
color: #7E6375;
}
.AnyTagClassName
{
color: #7E6375;
}
</style>
background-color css
<style>
a { background-color: #7E6375; }
a { background-color: rgb(126,99,117); }
div.DivClassName
{
background-color: #7E6375;
}
.BgClassName
{
background-color: #7E6375;
}
</style>
border-color css
<style>
span { border-color: #7E6375; }
span { border-color: rgb(126,99,117); }
td.TdClassName
{
border-color: #7E6375;
}
.TagClassName
{
border-color: #7E6375;
}
</style>