Shades of Monsoon #7D6F7A
Tints of Monsoon #7D6F7A
RGB
CMYK
RGB Variations
Color information
#7D6F7A (or 0x7D6F7A) is known color: Monsoon. HEX triplet: 7D, 6F and 7A. RGB value is (125,111,122). Sum of RGB (Red+Green+Blue) = 125+111+122=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6F7A is #829085. Grayscale: #747474. Windows color (decimal): -8556678 or 8023933. OLE color: 8023933.
HSL color Cylindrical-coordinate representation of color #7D6F7A: hue angle of 312.86º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7D6F7A is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 111 | 122 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.51 |
| HSL | 312.86º | 0.06% | 0.46% | - |
| HSV(B) | 312.86º | 0.11% | 0.49% | - |
| XYZ | 17.65 | 17.13 | 20.79 | - |
| YUV | 116.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 111 | 122 | 0 | 0.11 | 0.02 | 0.51 | 312.86 | 0.06 | 0.46 |
| Hex | 7D | 6F | 7A | 0 | B | 2 | 33 | 139 | 6 | 2E |
| Octal | 175 | 157 | 172 | 0 | 13 | 2 | 63 | 471 | 6 | 56 |
| Binary | 1111101 | 1101111 | 1111010 | 0 | 1011 | 10 | 110011 | 100111001 | 110 | 101110 |
Color Harmonies of #7D6F7A
Complementary color
Monochromatic Colors of #7D6F7A
Black with #7D6F7A
Text Example
Text Example
White with #7D6F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6F7A; }
p { color: rgb(125,111,122); }
H1.HeaderClassName
{
color: #7D6F7A;
}
.AnyTagClassName
{
color: #7D6F7A;
}
</style>
background-color css
<style>
a { background-color: #7D6F7A; }
a { background-color: rgb(125,111,122); }
div.DivClassName
{
background-color: #7D6F7A;
}
.BgClassName
{
background-color: #7D6F7A;
}
</style>
border-color css
<style>
span { border-color: #7D6F7A; }
span { border-color: rgb(125,111,122); }
td.TdClassName
{
border-color: #7D6F7A;
}
.TagClassName
{
border-color: #7D6F7A;
}
</style>