Shades of Monsoon #7D707A
Tints of Monsoon #7D707A
RGB
CMYK
RGB Variations
Color information
#7D707A (or 0x7D707A) is known color: Monsoon. HEX triplet: 7D, 70 and 7A. RGB value is (125,112,122). Sum of RGB (Red+Green+Blue) = 125+112+122=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 125 - color contains mainly: red. Hex color #7D707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D707A is #828F85. Grayscale: #757575. Windows color (decimal): -8556422 or 8024189. OLE color: 8024189.
HSL color Cylindrical-coordinate representation of color #7D707A: hue angle of 313.85º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7D707A is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 112 | 122 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.51 |
| HSL | 313.85º | 0.05% | 0.46% | - |
| HSV(B) | 313.85º | 0.1% | 0.49% | - |
| XYZ | 17.76 | 17.35 | 20.83 | - |
| YUV | 117.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 122 | 0 | 0.10 | 0.02 | 0.51 | 313.85 | 0.05 | 0.46 |
| Hex | 7D | 70 | 7A | 0 | A | 2 | 33 | 13A | 5 | 2E |
| Octal | 175 | 160 | 172 | 0 | 12 | 2 | 63 | 472 | 5 | 56 |
| Binary | 1111101 | 1110000 | 1111010 | 0 | 1010 | 10 | 110011 | 100111010 | 101 | 101110 |
Color Harmonies of #7D707A
Complementary color
Monochromatic Colors of #7D707A
Black with #7D707A
Text Example
Text Example
White with #7D707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D707A; }
p { color: rgb(125,112,122); }
H1.HeaderClassName
{
color: #7D707A;
}
.AnyTagClassName
{
color: #7D707A;
}
</style>
background-color css
<style>
a { background-color: #7D707A; }
a { background-color: rgb(125,112,122); }
div.DivClassName
{
background-color: #7D707A;
}
.BgClassName
{
background-color: #7D707A;
}
</style>
border-color css
<style>
span { border-color: #7D707A; }
span { border-color: rgb(125,112,122); }
td.TdClassName
{
border-color: #7D707A;
}
.TagClassName
{
border-color: #7D707A;
}
</style>