Shades of Monsoon #7E6273
Tints of Monsoon #7E6273
RGB
CMYK
RGB Variations
Color information
#7E6273 (or 0x7E6273) is known color: Monsoon. HEX triplet: 7E, 62 and 73. RGB value is (126,98,115). Sum of RGB (Red+Green+Blue) = 126+98+115=339 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.17% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6273 is #819D8C. Grayscale: #6C6C6C. Windows color (decimal): -8494477 or 7561854. OLE color: 7561854.
HSL color Cylindrical-coordinate representation of color #7E6273: hue angle of 323.57º 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 #7E6273 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 98 | 115 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.51 |
| HSL | 323.57º | 0.13% | 0.44% | - |
| HSV(B) | 323.57º | 0.22% | 0.49% | - |
| XYZ | 16.07 | 14.41 | 18.15 | - |
| YUV | 108.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 98 | 115 | 0 | 0.22 | 0.09 | 0.51 | 323.57 | 0.13 | 0.44 |
| Hex | 7E | 62 | 73 | 0 | 16 | 9 | 33 | 144 | C | 2C |
| Octal | 176 | 142 | 163 | 0 | 26 | 11 | 63 | 504 | 14 | 54 |
| Binary | 1111110 | 1100010 | 1110011 | 0 | 10110 | 1001 | 110011 | 101000100 | 1100 | 101100 |
Color Harmonies of #7E6273
Complementary color
Monochromatic Colors of #7E6273
Black with #7E6273
Text Example
Text Example
White with #7E6273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6273; }
p { color: rgb(126,98,115); }
H1.HeaderClassName
{
color: #7E6273;
}
.AnyTagClassName
{
color: #7E6273;
}
</style>
background-color css
<style>
a { background-color: #7E6273; }
a { background-color: rgb(126,98,115); }
div.DivClassName
{
background-color: #7E6273;
}
.BgClassName
{
background-color: #7E6273;
}
</style>
border-color css
<style>
span { border-color: #7E6273; }
span { border-color: rgb(126,98,115); }
td.TdClassName
{
border-color: #7E6273;
}
.TagClassName
{
border-color: #7E6273;
}
</style>