Shades of Mamba #7F678A
Tints of Mamba #7F678A
RGB
CMYK
RGB Variations
Color information
#7F678A (or 0x7F678A) is known color: Mamba. HEX triplet: 7F, 67 and 8A. RGB value is (127,103,138). Sum of RGB (Red+Green+Blue) = 127+103+138=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F678A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F678A is #809875. Grayscale: #727272. Windows color (decimal): -8427638 or 9070463. OLE color: 9070463.
HSL color Cylindrical-coordinate representation of color #7F678A: hue angle of 281.14º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F678A is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 103 | 138 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.46 |
| HSL | 281.14º | 0.15% | 0.47% | - |
| HSV(B) | 281.14º | 0.25% | 0.54% | - |
| XYZ | 18.19 | 16.05 | 26.18 | - |
| YUV | 114.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 138 | 0.08 | 0.25 | 0 | 0.46 | 281.14 | 0.15 | 0.47 |
| Hex | 7F | 67 | 8A | 8 | 19 | 0 | 2E | 119 | F | 2F |
| Octal | 177 | 147 | 212 | 10 | 31 | 0 | 56 | 431 | 17 | 57 |
| Binary | 1111111 | 1100111 | 10001010 | 1000 | 11001 | 0 | 101110 | 100011001 | 1111 | 101111 |
Color Harmonies of #7F678A
Complementary color
Monochromatic Colors of #7F678A
Black with #7F678A
Text Example
Text Example
White with #7F678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F678A; }
p { color: rgb(127,103,138); }
H1.HeaderClassName
{
color: #7F678A;
}
.AnyTagClassName
{
color: #7F678A;
}
</style>
background-color css
<style>
a { background-color: #7F678A; }
a { background-color: rgb(127,103,138); }
div.DivClassName
{
background-color: #7F678A;
}
.BgClassName
{
background-color: #7F678A;
}
</style>
border-color css
<style>
span { border-color: #7F678A; }
span { border-color: rgb(127,103,138); }
td.TdClassName
{
border-color: #7F678A;
}
.TagClassName
{
border-color: #7F678A;
}
</style>