Shades of Mamba #7F678D
Tints of Mamba #7F678D
RGB
CMYK
RGB Variations
Color information
#7F678D (or 0x7F678D) is known color: Mamba. HEX triplet: 7F, 67 and 8D. RGB value is (127,103,141). Sum of RGB (Red+Green+Blue) = 127+103+141=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F678D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F678D is #809872. Grayscale: #727272. Windows color (decimal): -8427635 or 9267071. OLE color: 9267071.
HSL color Cylindrical-coordinate representation of color #7F678D: hue angle of 277.89º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F678D is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 103 | 141 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.45 |
| HSL | 277.89º | 0.16% | 0.48% | - |
| HSV(B) | 277.89º | 0.27% | 0.55% | - |
| XYZ | 18.41 | 16.14 | 27.34 | - |
| YUV | 114.51 | 142.95 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 141 | 0.10 | 0.27 | 0 | 0.45 | 277.89 | 0.16 | 0.48 |
| Hex | 7F | 67 | 8D | A | 1B | 0 | 2D | 116 | 10 | 30 |
| Octal | 177 | 147 | 215 | 12 | 33 | 0 | 55 | 426 | 20 | 60 |
| Binary | 1111111 | 1100111 | 10001101 | 1010 | 11011 | 0 | 101101 | 100010110 | 10000 | 110000 |
Color Harmonies of #7F678D
Complementary color
Monochromatic Colors of #7F678D
Black with #7F678D
Text Example
Text Example
White with #7F678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F678D; }
p { color: rgb(127,103,141); }
H1.HeaderClassName
{
color: #7F678D;
}
.AnyTagClassName
{
color: #7F678D;
}
</style>
background-color css
<style>
a { background-color: #7F678D; }
a { background-color: rgb(127,103,141); }
div.DivClassName
{
background-color: #7F678D;
}
.BgClassName
{
background-color: #7F678D;
}
</style>
border-color css
<style>
span { border-color: #7F678D; }
span { border-color: rgb(127,103,141); }
td.TdClassName
{
border-color: #7F678D;
}
.TagClassName
{
border-color: #7F678D;
}
</style>