Shades of Monsoon #7D6373
Tints of Monsoon #7D6373
RGB
CMYK
RGB Variations
Color information
#7D6373 (or 0x7D6373) is known color: Monsoon. HEX triplet: 7D, 63 and 73. RGB value is (125,99,115). Sum of RGB (Red+Green+Blue) = 125+99+115=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6373 is #829C8C. Grayscale: #6C6C6C. Windows color (decimal): -8559757 or 7562109. OLE color: 7562109.
HSL color Cylindrical-coordinate representation of color #7D6373: hue angle of 323.08º 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 #7D6373 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 99 | 115 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.51 |
| HSL | 323.08º | 0.12% | 0.44% | - |
| HSV(B) | 323.08º | 0.21% | 0.49% | - |
| XYZ | 16.01 | 14.52 | 18.18 | - |
| YUV | 108.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 99 | 115 | 0 | 0.21 | 0.08 | 0.51 | 323.08 | 0.12 | 0.44 |
| Hex | 7D | 63 | 73 | 0 | 15 | 8 | 33 | 143 | C | 2C |
| Octal | 175 | 143 | 163 | 0 | 25 | 10 | 63 | 503 | 14 | 54 |
| Binary | 1111101 | 1100011 | 1110011 | 0 | 10101 | 1000 | 110011 | 101000011 | 1100 | 101100 |
Color Harmonies of #7D6373
Complementary color
Monochromatic Colors of #7D6373
Black with #7D6373
Text Example
Text Example
White with #7D6373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6373; }
p { color: rgb(125,99,115); }
H1.HeaderClassName
{
color: #7D6373;
}
.AnyTagClassName
{
color: #7D6373;
}
</style>
background-color css
<style>
a { background-color: #7D6373; }
a { background-color: rgb(125,99,115); }
div.DivClassName
{
background-color: #7D6373;
}
.BgClassName
{
background-color: #7D6373;
}
</style>
border-color css
<style>
span { border-color: #7D6373; }
span { border-color: rgb(125,99,115); }
td.TdClassName
{
border-color: #7D6373;
}
.TagClassName
{
border-color: #7D6373;
}
</style>