Shades of Monsoon #7D757A
Tints of Monsoon #7D757A
RGB
CMYK
RGB Variations
Color information
#7D757A (or 0x7D757A) is known color: Monsoon. HEX triplet: 7D, 75 and 7A. RGB value is (125,117,122). Sum of RGB (Red+Green+Blue) = 125+117+122=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 125 - color contains mainly: red. Hex color #7D757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D757A is #828A85. Grayscale: #777777. Windows color (decimal): -8555142 or 8025469. OLE color: 8025469.
HSL color Cylindrical-coordinate representation of color #7D757A: hue angle of 322.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 #7D757A is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 117 | 122 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.51 |
| HSL | 322.5º | 0.03% | 0.47% | - |
| HSV(B) | 322.5º | 0.06% | 0.49% | - |
| XYZ | 18.33 | 18.49 | 21.01 | - |
| YUV | 119.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 122 | 0 | 0.06 | 0.02 | 0.51 | 322.5 | 0.03 | 0.47 |
| Hex | 7D | 75 | 7A | 0 | 6 | 2 | 33 | 142 | 3 | 2F |
| Octal | 175 | 165 | 172 | 0 | 6 | 2 | 63 | 502 | 3 | 57 |
| Binary | 1111101 | 1110101 | 1111010 | 0 | 110 | 10 | 110011 | 101000010 | 11 | 101111 |
Color Harmonies of #7D757A
Complementary color
Monochromatic Colors of #7D757A
Black with #7D757A
Text Example
Text Example
White with #7D757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D757A; }
p { color: rgb(125,117,122); }
H1.HeaderClassName
{
color: #7D757A;
}
.AnyTagClassName
{
color: #7D757A;
}
</style>
background-color css
<style>
a { background-color: #7D757A; }
a { background-color: rgb(125,117,122); }
div.DivClassName
{
background-color: #7D757A;
}
.BgClassName
{
background-color: #7D757A;
}
</style>
border-color css
<style>
span { border-color: #7D757A; }
span { border-color: rgb(125,117,122); }
td.TdClassName
{
border-color: #7D757A;
}
.TagClassName
{
border-color: #7D757A;
}
</style>