Shades of Mamba #797081
Tints of Mamba #797081
RGB
CMYK
RGB Variations
Color information
#797081 (or 0x797081) is known color: Mamba. HEX triplet: 79, 70 and 81. RGB value is (121,112,129). Sum of RGB (Red+Green+Blue) = 121+112+129=362 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.43% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 129 - color contains mainly: blue. Hex color #797081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797081 is #868F7E. Grayscale: #747474. Windows color (decimal): -8818559 or 8482937. OLE color: 8482937.
HSL color Cylindrical-coordinate representation of color #797081: hue angle of 271.76º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #797081 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 112 | 129 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.49 |
| HSL | 271.76º | 0.07% | 0.47% | - |
| HSV(B) | 271.76º | 0.13% | 0.51% | - |
| XYZ | 17.64 | 17.24 | 23.17 | - |
| YUV | 116.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 112 | 129 | 0.06 | 0.13 | 0 | 0.49 | 271.76 | 0.07 | 0.47 |
| Hex | 79 | 70 | 81 | 6 | D | 0 | 31 | 110 | 7 | 2F |
| Octal | 171 | 160 | 201 | 6 | 15 | 0 | 61 | 420 | 7 | 57 |
| Binary | 1111001 | 1110000 | 10000001 | 110 | 1101 | 0 | 110001 | 100010000 | 111 | 101111 |
Color Harmonies of #797081
Complementary color
Monochromatic Colors of #797081
Black with #797081
Text Example
Text Example
White with #797081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797081; }
p { color: rgb(121,112,129); }
H1.HeaderClassName
{
color: #797081;
}
.AnyTagClassName
{
color: #797081;
}
</style>
background-color css
<style>
a { background-color: #797081; }
a { background-color: rgb(121,112,129); }
div.DivClassName
{
background-color: #797081;
}
.BgClassName
{
background-color: #797081;
}
</style>
border-color css
<style>
span { border-color: #797081; }
span { border-color: rgb(121,112,129); }
td.TdClassName
{
border-color: #797081;
}
.TagClassName
{
border-color: #797081;
}
</style>