Shades of Monsoon #7D7178
Tints of Monsoon #7D7178
RGB
CMYK
RGB Variations
Color information
#7D7178 (or 0x7D7178) is known color: Monsoon. HEX triplet: 7D, 71 and 78. RGB value is (125,113,120). Sum of RGB (Red+Green+Blue) = 125+113+120=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7178 is #828E87. Grayscale: #757575. Windows color (decimal): -8556168 or 7893373. OLE color: 7893373.
HSL color Cylindrical-coordinate representation of color #7D7178: hue angle of 325º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7D7178 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 113 | 120 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.51 |
| HSL | 325º | 0.05% | 0.47% | - |
| HSV(B) | 325º | 0.1% | 0.49% | - |
| XYZ | 17.75 | 17.53 | 20.22 | - |
| YUV | 117.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 113 | 120 | 0 | 0.10 | 0.04 | 0.51 | 325 | 0.05 | 0.47 |
| Hex | 7D | 71 | 78 | 0 | A | 4 | 33 | 145 | 5 | 2F |
| Octal | 175 | 161 | 170 | 0 | 12 | 4 | 63 | 505 | 5 | 57 |
| Binary | 1111101 | 1110001 | 1111000 | 0 | 1010 | 100 | 110011 | 101000101 | 101 | 101111 |
Color Harmonies of #7D7178
Complementary color
Monochromatic Colors of #7D7178
Black with #7D7178
Text Example
Text Example
White with #7D7178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7178; }
p { color: rgb(125,113,120); }
H1.HeaderClassName
{
color: #7D7178;
}
.AnyTagClassName
{
color: #7D7178;
}
</style>
background-color css
<style>
a { background-color: #7D7178; }
a { background-color: rgb(125,113,120); }
div.DivClassName
{
background-color: #7D7178;
}
.BgClassName
{
background-color: #7D7178;
}
</style>
border-color css
<style>
span { border-color: #7D7178; }
span { border-color: rgb(125,113,120); }
td.TdClassName
{
border-color: #7D7178;
}
.TagClassName
{
border-color: #7D7178;
}
</style>