Shades of Mamba #7F678E
Tints of Mamba #7F678E
RGB
CMYK
RGB Variations
Color information
#7F678E (or 0x7F678E) is known color: Mamba. HEX triplet: 7F, 67 and 8E. RGB value is (127,103,142). Sum of RGB (Red+Green+Blue) = 127+103+142=372 (49% of max value = 765). Red value is 127 (50% from 255 or 34.14% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 142 - color contains mainly: blue. Hex color #7F678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F678E is #809871. Grayscale: #727272. Windows color (decimal): -8427634 or 9332607. OLE color: 9332607.
HSL color Cylindrical-coordinate representation of color #7F678E: hue angle of 276.92º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F678E is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 103 | 142 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.44 |
| HSL | 276.92º | 0.16% | 0.48% | - |
| HSV(B) | 276.92º | 0.27% | 0.56% | - |
| XYZ | 18.49 | 16.17 | 27.74 | - |
| YUV | 114.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 142 | 0.11 | 0.27 | 0 | 0.44 | 276.92 | 0.16 | 0.48 |
| Hex | 7F | 67 | 8E | B | 1B | 0 | 2C | 115 | 10 | 30 |
| Octal | 177 | 147 | 216 | 13 | 33 | 0 | 54 | 425 | 20 | 60 |
| Binary | 1111111 | 1100111 | 10001110 | 1011 | 11011 | 0 | 101100 | 100010101 | 10000 | 110000 |
Color Harmonies of #7F678E
Complementary color
Monochromatic Colors of #7F678E
Black with #7F678E
Text Example
Text Example
White with #7F678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F678E; }
p { color: rgb(127,103,142); }
H1.HeaderClassName
{
color: #7F678E;
}
.AnyTagClassName
{
color: #7F678E;
}
</style>
background-color css
<style>
a { background-color: #7F678E; }
a { background-color: rgb(127,103,142); }
div.DivClassName
{
background-color: #7F678E;
}
.BgClassName
{
background-color: #7F678E;
}
</style>
border-color css
<style>
span { border-color: #7F678E; }
span { border-color: rgb(127,103,142); }
td.TdClassName
{
border-color: #7F678E;
}
.TagClassName
{
border-color: #7F678E;
}
</style>