Shades of Mamba #7D678B
Tints of Mamba #7D678B
RGB
CMYK
RGB Variations
Color information
#7D678B (or 0x7D678B) is known color: Mamba. HEX triplet: 7D, 67 and 8B. RGB value is (125,103,139). Sum of RGB (Red+Green+Blue) = 125+103+139=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D678B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D678B is #829874. Grayscale: #717171. Windows color (decimal): -8558709 or 9135997. OLE color: 9135997.
HSL color Cylindrical-coordinate representation of color #7D678B: hue angle of 276.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D678B is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 103 | 139 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.45 |
| HSL | 276.67º | 0.15% | 0.47% | - |
| HSV(B) | 276.67º | 0.26% | 0.55% | - |
| XYZ | 17.97 | 15.92 | 26.55 | - |
| YUV | 113.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 139 | 0.10 | 0.26 | 0 | 0.45 | 276.67 | 0.15 | 0.47 |
| Hex | 7D | 67 | 8B | A | 1A | 0 | 2D | 115 | F | 2F |
| Octal | 175 | 147 | 213 | 12 | 32 | 0 | 55 | 425 | 17 | 57 |
| Binary | 1111101 | 1100111 | 10001011 | 1010 | 11010 | 0 | 101101 | 100010101 | 1111 | 101111 |
Color Harmonies of #7D678B
Complementary color
Monochromatic Colors of #7D678B
Black with #7D678B
Text Example
Text Example
White with #7D678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D678B; }
p { color: rgb(125,103,139); }
H1.HeaderClassName
{
color: #7D678B;
}
.AnyTagClassName
{
color: #7D678B;
}
</style>
background-color css
<style>
a { background-color: #7D678B; }
a { background-color: rgb(125,103,139); }
div.DivClassName
{
background-color: #7D678B;
}
.BgClassName
{
background-color: #7D678B;
}
</style>
border-color css
<style>
span { border-color: #7D678B; }
span { border-color: rgb(125,103,139); }
td.TdClassName
{
border-color: #7D678B;
}
.TagClassName
{
border-color: #7D678B;
}
</style>