Shades of Mamba #796A8B
Tints of Mamba #796A8B
RGB
CMYK
RGB Variations
Color information
#796A8B (or 0x796A8B) is known color: Mamba. HEX triplet: 79, 6A and 8B. RGB value is (121,106,139). Sum of RGB (Red+Green+Blue) = 121+106+139=366 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.06% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #796A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796A8B is #869574. Grayscale: #727272. Windows color (decimal): -8820085 or 9136761. OLE color: 9136761.
HSL color Cylindrical-coordinate representation of color #796A8B: hue angle of 267.27º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #796A8B is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 106 | 139 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.45 |
| HSL | 267.27º | 0.13% | 0.48% | - |
| HSV(B) | 267.27º | 0.24% | 0.55% | - |
| XYZ | 17.7 | 16.24 | 26.63 | - |
| YUV | 114.25 | 141.97 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 139 | 0.13 | 0.24 | 0 | 0.45 | 267.27 | 0.13 | 0.48 |
| Hex | 79 | 6A | 8B | D | 18 | 0 | 2D | 10B | D | 30 |
| Octal | 171 | 152 | 213 | 15 | 30 | 0 | 55 | 413 | 15 | 60 |
| Binary | 1111001 | 1101010 | 10001011 | 1101 | 11000 | 0 | 101101 | 100001011 | 1101 | 110000 |
Color Harmonies of #796A8B
Complementary color
Monochromatic Colors of #796A8B
Black with #796A8B
Text Example
Text Example
White with #796A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A8B; }
p { color: rgb(121,106,139); }
H1.HeaderClassName
{
color: #796A8B;
}
.AnyTagClassName
{
color: #796A8B;
}
</style>
background-color css
<style>
a { background-color: #796A8B; }
a { background-color: rgb(121,106,139); }
div.DivClassName
{
background-color: #796A8B;
}
.BgClassName
{
background-color: #796A8B;
}
</style>
border-color css
<style>
span { border-color: #796A8B; }
span { border-color: rgb(121,106,139); }
td.TdClassName
{
border-color: #796A8B;
}
.TagClassName
{
border-color: #796A8B;
}
</style>