Shades of Mamba #7D628B
Tints of Mamba #7D628B
RGB
CMYK
RGB Variations
Color information
#7D628B (or 0x7D628B) is known color: Mamba. HEX triplet: 7D, 62 and 8B. RGB value is (125,98,139). Sum of RGB (Red+Green+Blue) = 125+98+139=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D628B is #829D74. Grayscale: #6E6E6E. Windows color (decimal): -8559989 or 9134717. OLE color: 9134717.
HSL color Cylindrical-coordinate representation of color #7D628B: hue angle of 279.51º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D628B is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 98 | 139 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.45 |
| HSL | 279.51º | 0.17% | 0.46% | - |
| HSV(B) | 279.51º | 0.29% | 0.55% | - |
| XYZ | 17.49 | 14.96 | 26.39 | - |
| YUV | 110.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 139 | 0.10 | 0.29 | 0 | 0.45 | 279.51 | 0.17 | 0.46 |
| Hex | 7D | 62 | 8B | A | 1D | 0 | 2D | 118 | 11 | 2E |
| Octal | 175 | 142 | 213 | 12 | 35 | 0 | 55 | 430 | 21 | 56 |
| Binary | 1111101 | 1100010 | 10001011 | 1010 | 11101 | 0 | 101101 | 100011000 | 10001 | 101110 |
Color Harmonies of #7D628B
Complementary color
Monochromatic Colors of #7D628B
Black with #7D628B
Text Example
Text Example
White with #7D628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D628B; }
p { color: rgb(125,98,139); }
H1.HeaderClassName
{
color: #7D628B;
}
.AnyTagClassName
{
color: #7D628B;
}
</style>
background-color css
<style>
a { background-color: #7D628B; }
a { background-color: rgb(125,98,139); }
div.DivClassName
{
background-color: #7D628B;
}
.BgClassName
{
background-color: #7D628B;
}
</style>
border-color css
<style>
span { border-color: #7D628B; }
span { border-color: rgb(125,98,139); }
td.TdClassName
{
border-color: #7D628B;
}
.TagClassName
{
border-color: #7D628B;
}
</style>