Shades of Mamba #7F688B
Tints of Mamba #7F688B
RGB
CMYK
RGB Variations
Color information
#7F688B (or 0x7F688B) is known color: Mamba. HEX triplet: 7F, 68 and 8B. RGB value is (127,104,139). Sum of RGB (Red+Green+Blue) = 127+104+139=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F688B is #809774. Grayscale: #727272. Windows color (decimal): -8427381 or 9136255. OLE color: 9136255.
HSL color Cylindrical-coordinate representation of color #7F688B: hue angle of 279.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F688B is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 104 | 139 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.45 |
| HSL | 279.43º | 0.14% | 0.48% | - |
| HSV(B) | 279.43º | 0.25% | 0.55% | - |
| XYZ | 18.36 | 16.28 | 26.6 | - |
| YUV | 114.87 | 141.62 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 139 | 0.09 | 0.25 | 0 | 0.45 | 279.43 | 0.14 | 0.48 |
| Hex | 7F | 68 | 8B | 9 | 19 | 0 | 2D | 117 | E | 30 |
| Octal | 177 | 150 | 213 | 11 | 31 | 0 | 55 | 427 | 16 | 60 |
| Binary | 1111111 | 1101000 | 10001011 | 1001 | 11001 | 0 | 101101 | 100010111 | 1110 | 110000 |
Color Harmonies of #7F688B
Complementary color
Monochromatic Colors of #7F688B
Black with #7F688B
Text Example
Text Example
White with #7F688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F688B; }
p { color: rgb(127,104,139); }
H1.HeaderClassName
{
color: #7F688B;
}
.AnyTagClassName
{
color: #7F688B;
}
</style>
background-color css
<style>
a { background-color: #7F688B; }
a { background-color: rgb(127,104,139); }
div.DivClassName
{
background-color: #7F688B;
}
.BgClassName
{
background-color: #7F688B;
}
</style>
border-color css
<style>
span { border-color: #7F688B; }
span { border-color: rgb(127,104,139); }
td.TdClassName
{
border-color: #7F688B;
}
.TagClassName
{
border-color: #7F688B;
}
</style>