Shades of Monsoon #7D6676
Tints of Monsoon #7D6676
RGB
CMYK
RGB Variations
Color information
#7D6676 (or 0x7D6676) is known color: Monsoon. HEX triplet: 7D, 66 and 76. RGB value is (125,102,118). Sum of RGB (Red+Green+Blue) = 125+102+118=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6676 is #829989. Grayscale: #6E6E6E. Windows color (decimal): -8558986 or 7759485. OLE color: 7759485.
HSL color Cylindrical-coordinate representation of color #7D6676: hue angle of 318.26º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D6676 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 102 | 118 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.51 |
| HSL | 318.26º | 0.1% | 0.45% | - |
| HSV(B) | 318.26º | 0.18% | 0.49% | - |
| XYZ | 16.48 | 15.17 | 19.2 | - |
| YUV | 110.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 102 | 118 | 0 | 0.18 | 0.06 | 0.51 | 318.26 | 0.1 | 0.45 |
| Hex | 7D | 66 | 76 | 0 | 12 | 6 | 33 | 13E | A | 2D |
| Octal | 175 | 146 | 166 | 0 | 22 | 6 | 63 | 476 | 12 | 55 |
| Binary | 1111101 | 1100110 | 1110110 | 0 | 10010 | 110 | 110011 | 100111110 | 1010 | 101101 |
Color Harmonies of #7D6676
Complementary color
Monochromatic Colors of #7D6676
Black with #7D6676
Text Example
Text Example
White with #7D6676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6676; }
p { color: rgb(125,102,118); }
H1.HeaderClassName
{
color: #7D6676;
}
.AnyTagClassName
{
color: #7D6676;
}
</style>
background-color css
<style>
a { background-color: #7D6676; }
a { background-color: rgb(125,102,118); }
div.DivClassName
{
background-color: #7D6676;
}
.BgClassName
{
background-color: #7D6676;
}
</style>
border-color css
<style>
span { border-color: #7D6676; }
span { border-color: rgb(125,102,118); }
td.TdClassName
{
border-color: #7D6676;
}
.TagClassName
{
border-color: #7D6676;
}
</style>