Shades of Mamba #7D688E
Tints of Mamba #7D688E
RGB
CMYK
RGB Variations
Color information
#7D688E (or 0x7D688E) is known color: Mamba. HEX triplet: 7D, 68 and 8E. RGB value is (125,104,142). Sum of RGB (Red+Green+Blue) = 125+104+142=371 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.69% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D688E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D688E is #829771. Grayscale: #727272. Windows color (decimal): -8558450 or 9332861. OLE color: 9332861.
HSL color Cylindrical-coordinate representation of color #7D688E: hue angle of 273.16º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D688E is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 104 | 142 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.44 |
| HSL | 273.16º | 0.15% | 0.48% | - |
| HSV(B) | 273.16º | 0.27% | 0.56% | - |
| XYZ | 18.29 | 16.21 | 27.76 | - |
| YUV | 114.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 142 | 0.12 | 0.27 | 0 | 0.44 | 273.16 | 0.15 | 0.48 |
| Hex | 7D | 68 | 8E | C | 1B | 0 | 2C | 111 | F | 30 |
| Octal | 175 | 150 | 216 | 14 | 33 | 0 | 54 | 421 | 17 | 60 |
| Binary | 1111101 | 1101000 | 10001110 | 1100 | 11011 | 0 | 101100 | 100010001 | 1111 | 110000 |
Color Harmonies of #7D688E
Complementary color
Monochromatic Colors of #7D688E
Black with #7D688E
Text Example
Text Example
White with #7D688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D688E; }
p { color: rgb(125,104,142); }
H1.HeaderClassName
{
color: #7D688E;
}
.AnyTagClassName
{
color: #7D688E;
}
</style>
background-color css
<style>
a { background-color: #7D688E; }
a { background-color: rgb(125,104,142); }
div.DivClassName
{
background-color: #7D688E;
}
.BgClassName
{
background-color: #7D688E;
}
</style>
border-color css
<style>
span { border-color: #7D688E; }
span { border-color: rgb(125,104,142); }
td.TdClassName
{
border-color: #7D688E;
}
.TagClassName
{
border-color: #7D688E;
}
</style>