Shades of Mamba #7F678B
Tints of Mamba #7F678B
RGB
CMYK
RGB Variations
Color information
#7F678B (or 0x7F678B) is known color: Mamba. HEX triplet: 7F, 67 and 8B. RGB value is (127,103,139). Sum of RGB (Red+Green+Blue) = 127+103+139=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F678B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F678B is #809874. Grayscale: #727272. Windows color (decimal): -8427637 or 9135999. OLE color: 9135999.
HSL color Cylindrical-coordinate representation of color #7F678B: hue angle of 280º 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 #7F678B is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 103 | 139 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.45 |
| HSL | 280º | 0.15% | 0.47% | - |
| HSV(B) | 280º | 0.26% | 0.55% | - |
| XYZ | 18.26 | 16.08 | 26.57 | - |
| YUV | 114.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 139 | 0.09 | 0.26 | 0 | 0.45 | 280 | 0.15 | 0.47 |
| Hex | 7F | 67 | 8B | 9 | 1A | 0 | 2D | 118 | F | 2F |
| Octal | 177 | 147 | 213 | 11 | 32 | 0 | 55 | 430 | 17 | 57 |
| Binary | 1111111 | 1100111 | 10001011 | 1001 | 11010 | 0 | 101101 | 100011000 | 1111 | 101111 |
Color Harmonies of #7F678B
Complementary color
Monochromatic Colors of #7F678B
Black with #7F678B
Text Example
Text Example
White with #7F678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F678B; }
p { color: rgb(127,103,139); }
H1.HeaderClassName
{
color: #7F678B;
}
.AnyTagClassName
{
color: #7F678B;
}
</style>
background-color css
<style>
a { background-color: #7F678B; }
a { background-color: rgb(127,103,139); }
div.DivClassName
{
background-color: #7F678B;
}
.BgClassName
{
background-color: #7F678B;
}
</style>
border-color css
<style>
span { border-color: #7F678B; }
span { border-color: rgb(127,103,139); }
td.TdClassName
{
border-color: #7F678B;
}
.TagClassName
{
border-color: #7F678B;
}
</style>