Shades of Monsoon #7D6275
Tints of Monsoon #7D6275
RGB
CMYK
RGB Variations
Color information
#7D6275 (or 0x7D6275) is known color: Monsoon. HEX triplet: 7D, 62 and 75. RGB value is (125,98,117). Sum of RGB (Red+Green+Blue) = 125+98+117=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6275 is #829D8A. Grayscale: #6C6C6C. Windows color (decimal): -8560011 or 7692925. OLE color: 7692925.
HSL color Cylindrical-coordinate representation of color #7D6275: hue angle of 317.78º 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 #7D6275 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 98 | 117 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.51 |
| HSL | 317.78º | 0.12% | 0.44% | - |
| HSV(B) | 317.78º | 0.22% | 0.49% | - |
| XYZ | 16.04 | 14.38 | 18.76 | - |
| YUV | 108.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 117 | 0 | 0.22 | 0.06 | 0.51 | 317.78 | 0.12 | 0.44 |
| Hex | 7D | 62 | 75 | 0 | 16 | 6 | 33 | 13E | C | 2C |
| Octal | 175 | 142 | 165 | 0 | 26 | 6 | 63 | 476 | 14 | 54 |
| Binary | 1111101 | 1100010 | 1110101 | 0 | 10110 | 110 | 110011 | 100111110 | 1100 | 101100 |
Color Harmonies of #7D6275
Complementary color
Monochromatic Colors of #7D6275
Black with #7D6275
Text Example
Text Example
White with #7D6275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6275; }
p { color: rgb(125,98,117); }
H1.HeaderClassName
{
color: #7D6275;
}
.AnyTagClassName
{
color: #7D6275;
}
</style>
background-color css
<style>
a { background-color: #7D6275; }
a { background-color: rgb(125,98,117); }
div.DivClassName
{
background-color: #7D6275;
}
.BgClassName
{
background-color: #7D6275;
}
</style>
border-color css
<style>
span { border-color: #7D6275; }
span { border-color: rgb(125,98,117); }
td.TdClassName
{
border-color: #7D6275;
}
.TagClassName
{
border-color: #7D6275;
}
</style>