Shades of Monsoon #7D707B
Tints of Monsoon #7D707B
RGB
CMYK
RGB Variations
Color information
#7D707B (or 0x7D707B) is known color: Monsoon. HEX triplet: 7D, 70 and 7B. RGB value is (125,112,123). Sum of RGB (Red+Green+Blue) = 125+112+123=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 125 - color contains mainly: red. Hex color #7D707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D707B is #828F84. Grayscale: #757575. Windows color (decimal): -8556421 or 8089725. OLE color: 8089725.
HSL color Cylindrical-coordinate representation of color #7D707B: hue angle of 309.23º 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 #7D707B is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 112 | 123 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.51 |
| HSL | 309.23º | 0.05% | 0.46% | - |
| HSV(B) | 309.23º | 0.1% | 0.49% | - |
| XYZ | 17.83 | 17.38 | 21.15 | - |
| YUV | 117.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 123 | 0 | 0.10 | 0.02 | 0.51 | 309.23 | 0.05 | 0.46 |
| Hex | 7D | 70 | 7B | 0 | A | 2 | 33 | 135 | 5 | 2E |
| Octal | 175 | 160 | 173 | 0 | 12 | 2 | 63 | 465 | 5 | 56 |
| Binary | 1111101 | 1110000 | 1111011 | 0 | 1010 | 10 | 110011 | 100110101 | 101 | 101110 |
Color Harmonies of #7D707B
Complementary color
Monochromatic Colors of #7D707B
Black with #7D707B
Text Example
Text Example
White with #7D707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D707B; }
p { color: rgb(125,112,123); }
H1.HeaderClassName
{
color: #7D707B;
}
.AnyTagClassName
{
color: #7D707B;
}
</style>
background-color css
<style>
a { background-color: #7D707B; }
a { background-color: rgb(125,112,123); }
div.DivClassName
{
background-color: #7D707B;
}
.BgClassName
{
background-color: #7D707B;
}
</style>
border-color css
<style>
span { border-color: #7D707B; }
span { border-color: rgb(125,112,123); }
td.TdClassName
{
border-color: #7D707B;
}
.TagClassName
{
border-color: #7D707B;
}
</style>