Shades of Monsoon #7D6171
Tints of Monsoon #7D6171
RGB
CMYK
RGB Variations
Color information
#7D6171 (or 0x7D6171) is known color: Monsoon. HEX triplet: 7D, 61 and 71. RGB value is (125,97,113). Sum of RGB (Red+Green+Blue) = 125+97+113=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6171 is #829E8E. Grayscale: #6B6B6B. Windows color (decimal): -8560271 or 7430525. OLE color: 7430525.
HSL color Cylindrical-coordinate representation of color #7D6171: hue angle of 325.71º 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 #7D6171 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 97 | 113 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.51 |
| HSL | 325.71º | 0.13% | 0.44% | - |
| HSV(B) | 325.71º | 0.22% | 0.49% | - |
| XYZ | 15.71 | 14.1 | 17.52 | - |
| YUV | 107.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 97 | 113 | 0 | 0.22 | 0.10 | 0.51 | 325.71 | 0.13 | 0.44 |
| Hex | 7D | 61 | 71 | 0 | 16 | A | 33 | 146 | D | 2C |
| Octal | 175 | 141 | 161 | 0 | 26 | 12 | 63 | 506 | 15 | 54 |
| Binary | 1111101 | 1100001 | 1110001 | 0 | 10110 | 1010 | 110011 | 101000110 | 1101 | 101100 |
Color Harmonies of #7D6171
Complementary color
Monochromatic Colors of #7D6171
Black with #7D6171
Text Example
Text Example
White with #7D6171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6171; }
p { color: rgb(125,97,113); }
H1.HeaderClassName
{
color: #7D6171;
}
.AnyTagClassName
{
color: #7D6171;
}
</style>
background-color css
<style>
a { background-color: #7D6171; }
a { background-color: rgb(125,97,113); }
div.DivClassName
{
background-color: #7D6171;
}
.BgClassName
{
background-color: #7D6171;
}
</style>
border-color css
<style>
span { border-color: #7D6171; }
span { border-color: rgb(125,97,113); }
td.TdClassName
{
border-color: #7D6171;
}
.TagClassName
{
border-color: #7D6171;
}
</style>