Shades of Mamba #7D698F
Tints of Mamba #7D698F
RGB
CMYK
RGB Variations
Color information
#7D698F (or 0x7D698F) is known color: Mamba. HEX triplet: 7D, 69 and 8F. RGB value is (125,105,143). Sum of RGB (Red+Green+Blue) = 125+105+143=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 143 - color contains mainly: blue. Hex color #7D698F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D698F is #829670. Grayscale: #737373. Windows color (decimal): -8558193 or 9398653. OLE color: 9398653.
HSL color Cylindrical-coordinate representation of color #7D698F: hue angle of 271.58º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D698F is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 105 | 143 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.44 |
| HSL | 271.58º | 0.15% | 0.49% | - |
| HSV(B) | 271.58º | 0.27% | 0.56% | - |
| XYZ | 18.47 | 16.45 | 28.19 | - |
| YUV | 115.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 105 | 143 | 0.13 | 0.27 | 0 | 0.44 | 271.58 | 0.15 | 0.49 |
| Hex | 7D | 69 | 8F | D | 1B | 0 | 2C | 110 | F | 31 |
| Octal | 175 | 151 | 217 | 15 | 33 | 0 | 54 | 420 | 17 | 61 |
| Binary | 1111101 | 1101001 | 10001111 | 1101 | 11011 | 0 | 101100 | 100010000 | 1111 | 110001 |
Color Harmonies of #7D698F
Complementary color
Monochromatic Colors of #7D698F
Black with #7D698F
Text Example
Text Example
White with #7D698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D698F; }
p { color: rgb(125,105,143); }
H1.HeaderClassName
{
color: #7D698F;
}
.AnyTagClassName
{
color: #7D698F;
}
</style>
background-color css
<style>
a { background-color: #7D698F; }
a { background-color: rgb(125,105,143); }
div.DivClassName
{
background-color: #7D698F;
}
.BgClassName
{
background-color: #7D698F;
}
</style>
border-color css
<style>
span { border-color: #7D698F; }
span { border-color: rgb(125,105,143); }
td.TdClassName
{
border-color: #7D698F;
}
.TagClassName
{
border-color: #7D698F;
}
</style>