Shades of Monsoon #7D6173
Tints of Monsoon #7D6173
RGB
CMYK
RGB Variations
Color information
#7D6173 (or 0x7D6173) is known color: Monsoon. HEX triplet: 7D, 61 and 73. RGB value is (125,97,115). Sum of RGB (Red+Green+Blue) = 125+97+115=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6173 is #829E8C. Grayscale: #6B6B6B. Windows color (decimal): -8560269 or 7561597. OLE color: 7561597.
HSL color Cylindrical-coordinate representation of color #7D6173: hue angle of 321.43º degrees, saturation: 0.13, 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 #7D6173 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 97 | 115 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.51 |
| HSL | 321.43º | 0.13% | 0.44% | - |
| HSV(B) | 321.43º | 0.22% | 0.49% | - |
| XYZ | 15.83 | 14.15 | 18.12 | - |
| YUV | 107.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 97 | 115 | 0 | 0.22 | 0.08 | 0.51 | 321.43 | 0.13 | 0.44 |
| Hex | 7D | 61 | 73 | 0 | 16 | 8 | 33 | 141 | D | 2C |
| Octal | 175 | 141 | 163 | 0 | 26 | 10 | 63 | 501 | 15 | 54 |
| Binary | 1111101 | 1100001 | 1110011 | 0 | 10110 | 1000 | 110011 | 101000001 | 1101 | 101100 |
Color Harmonies of #7D6173
Complementary color
Monochromatic Colors of #7D6173
Black with #7D6173
Text Example
Text Example
White with #7D6173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6173; }
p { color: rgb(125,97,115); }
H1.HeaderClassName
{
color: #7D6173;
}
.AnyTagClassName
{
color: #7D6173;
}
</style>
background-color css
<style>
a { background-color: #7D6173; }
a { background-color: rgb(125,97,115); }
div.DivClassName
{
background-color: #7D6173;
}
.BgClassName
{
background-color: #7D6173;
}
</style>
border-color css
<style>
span { border-color: #7D6173; }
span { border-color: rgb(125,97,115); }
td.TdClassName
{
border-color: #7D6173;
}
.TagClassName
{
border-color: #7D6173;
}
</style>