Shades of Monsoon #7D757C
Tints of Monsoon #7D757C
RGB
CMYK
RGB Variations
Color information
#7D757C (or 0x7D757C) is known color: Monsoon. HEX triplet: 7D, 75 and 7C. RGB value is (125,117,124). Sum of RGB (Red+Green+Blue) = 125+117+124=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 125 - color contains mainly: red. Hex color #7D757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D757C is #828A83. Grayscale: #787878. Windows color (decimal): -8555140 or 8156541. OLE color: 8156541.
HSL color Cylindrical-coordinate representation of color #7D757C: hue angle of 307.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7D757C is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 117 | 124 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.51 |
| HSL | 307.5º | 0.03% | 0.47% | - |
| HSV(B) | 307.5º | 0.06% | 0.49% | - |
| XYZ | 18.46 | 18.54 | 21.67 | - |
| YUV | 120.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 124 | 0 | 0.06 | 0.01 | 0.51 | 307.5 | 0.03 | 0.47 |
| Hex | 7D | 75 | 7C | 0 | 6 | 1 | 33 | 134 | 3 | 2F |
| Octal | 175 | 165 | 174 | 0 | 6 | 1 | 63 | 464 | 3 | 57 |
| Binary | 1111101 | 1110101 | 1111100 | 0 | 110 | 1 | 110011 | 100110100 | 11 | 101111 |
Color Harmonies of #7D757C
Complementary color
Monochromatic Colors of #7D757C
Black with #7D757C
Text Example
Text Example
White with #7D757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D757C; }
p { color: rgb(125,117,124); }
H1.HeaderClassName
{
color: #7D757C;
}
.AnyTagClassName
{
color: #7D757C;
}
</style>
background-color css
<style>
a { background-color: #7D757C; }
a { background-color: rgb(125,117,124); }
div.DivClassName
{
background-color: #7D757C;
}
.BgClassName
{
background-color: #7D757C;
}
</style>
border-color css
<style>
span { border-color: #7D757C; }
span { border-color: rgb(125,117,124); }
td.TdClassName
{
border-color: #7D757C;
}
.TagClassName
{
border-color: #7D757C;
}
</style>