Shades of Mamba #7D628C
Tints of Mamba #7D628C
RGB
CMYK
RGB Variations
Color information
#7D628C (or 0x7D628C) is known color: Mamba. HEX triplet: 7D, 62 and 8C. RGB value is (125,98,140). Sum of RGB (Red+Green+Blue) = 125+98+140=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 140 - color contains mainly: blue. Hex color #7D628C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D628C is #829D73. Grayscale: #6E6E6E. Windows color (decimal): -8559988 or 9200253. OLE color: 9200253.
HSL color Cylindrical-coordinate representation of color #7D628C: hue angle of 278.57º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D628C is Cyan = 0.11, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 98 | 140 | - |
| CMYK | 0.11 | 0.3 | 0 | 0.45 |
| HSL | 278.57º | 0.18% | 0.47% | - |
| HSV(B) | 278.57º | 0.3% | 0.55% | - |
| XYZ | 17.56 | 14.99 | 26.78 | - |
| YUV | 110.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 140 | 0.11 | 0.3 | 0 | 0.45 | 278.57 | 0.18 | 0.47 |
| Hex | 7D | 62 | 8C | B | 1E | 0 | 2D | 117 | 12 | 2F |
| Octal | 175 | 142 | 214 | 13 | 36 | 0 | 55 | 427 | 22 | 57 |
| Binary | 1111101 | 1100010 | 10001100 | 1011 | 11110 | 0 | 101101 | 100010111 | 10010 | 101111 |
Color Harmonies of #7D628C
Complementary color
Monochromatic Colors of #7D628C
Black with #7D628C
Text Example
Text Example
White with #7D628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D628C; }
p { color: rgb(125,98,140); }
H1.HeaderClassName
{
color: #7D628C;
}
.AnyTagClassName
{
color: #7D628C;
}
</style>
background-color css
<style>
a { background-color: #7D628C; }
a { background-color: rgb(125,98,140); }
div.DivClassName
{
background-color: #7D628C;
}
.BgClassName
{
background-color: #7D628C;
}
</style>
border-color css
<style>
span { border-color: #7D628C; }
span { border-color: rgb(125,98,140); }
td.TdClassName
{
border-color: #7D628C;
}
.TagClassName
{
border-color: #7D628C;
}
</style>