Shades of Monsoon #7D5F72
Tints of Monsoon #7D5F72
RGB
CMYK
RGB Variations
Color information
#7D5F72 (or 0x7D5F72) is known color: Monsoon. HEX triplet: 7D, 5F and 72. RGB value is (125,95,114). Sum of RGB (Red+Green+Blue) = 125+95+114=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5F72 is #82A08D. Grayscale: #6A6A6A. Windows color (decimal): -8560782 or 7495549. OLE color: 7495549.
HSL color Cylindrical-coordinate representation of color #7D5F72: hue angle of 322º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D5F72 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 95 | 114 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.51 |
| HSL | 322º | 0.14% | 0.43% | - |
| HSV(B) | 322º | 0.24% | 0.49% | - |
| XYZ | 15.59 | 13.76 | 17.75 | - |
| YUV | 106.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 95 | 114 | 0 | 0.24 | 0.09 | 0.51 | 322 | 0.14 | 0.43 |
| Hex | 7D | 5F | 72 | 0 | 18 | 9 | 33 | 142 | E | 2B |
| Octal | 175 | 137 | 162 | 0 | 30 | 11 | 63 | 502 | 16 | 53 |
| Binary | 1111101 | 1011111 | 1110010 | 0 | 11000 | 1001 | 110011 | 101000010 | 1110 | 101011 |
Color Harmonies of #7D5F72
Complementary color
Monochromatic Colors of #7D5F72
Black with #7D5F72
Text Example
Text Example
White with #7D5F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5F72; }
p { color: rgb(125,95,114); }
H1.HeaderClassName
{
color: #7D5F72;
}
.AnyTagClassName
{
color: #7D5F72;
}
</style>
background-color css
<style>
a { background-color: #7D5F72; }
a { background-color: rgb(125,95,114); }
div.DivClassName
{
background-color: #7D5F72;
}
.BgClassName
{
background-color: #7D5F72;
}
</style>
border-color css
<style>
span { border-color: #7D5F72; }
span { border-color: rgb(125,95,114); }
td.TdClassName
{
border-color: #7D5F72;
}
.TagClassName
{
border-color: #7D5F72;
}
</style>