Shades of Monsoon #7D6B78
Tints of Monsoon #7D6B78
RGB
CMYK
RGB Variations
Color information
#7D6B78 (or 0x7D6B78) is known color: Monsoon. HEX triplet: 7D, 6B and 78. RGB value is (125,107,120). Sum of RGB (Red+Green+Blue) = 125+107+120=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6B78 is #829487. Grayscale: #717171. Windows color (decimal): -8557704 or 7891837. OLE color: 7891837.
HSL color Cylindrical-coordinate representation of color #7D6B78: hue angle of 316.67º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7D6B78 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 107 | 120 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.51 |
| HSL | 316.67º | 0.08% | 0.45% | - |
| HSV(B) | 316.67º | 0.14% | 0.49% | - |
| XYZ | 17.11 | 16.23 | 20 | - |
| YUV | 113.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 107 | 120 | 0 | 0.14 | 0.04 | 0.51 | 316.67 | 0.08 | 0.45 |
| Hex | 7D | 6B | 78 | 0 | E | 4 | 33 | 13D | 8 | 2D |
| Octal | 175 | 153 | 170 | 0 | 16 | 4 | 63 | 475 | 10 | 55 |
| Binary | 1111101 | 1101011 | 1111000 | 0 | 1110 | 100 | 110011 | 100111101 | 1000 | 101101 |
Color Harmonies of #7D6B78
Complementary color
Monochromatic Colors of #7D6B78
Black with #7D6B78
Text Example
Text Example
White with #7D6B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6B78; }
p { color: rgb(125,107,120); }
H1.HeaderClassName
{
color: #7D6B78;
}
.AnyTagClassName
{
color: #7D6B78;
}
</style>
background-color css
<style>
a { background-color: #7D6B78; }
a { background-color: rgb(125,107,120); }
div.DivClassName
{
background-color: #7D6B78;
}
.BgClassName
{
background-color: #7D6B78;
}
</style>
border-color css
<style>
span { border-color: #7D6B78; }
span { border-color: rgb(125,107,120); }
td.TdClassName
{
border-color: #7D6B78;
}
.TagClassName
{
border-color: #7D6B78;
}
</style>