Shades of Mamba #796B85
Tints of Mamba #796B85
RGB
CMYK
RGB Variations
Color information
#796B85 (or 0x796B85) is known color: Mamba. HEX triplet: 79, 6B and 85. RGB value is (121,107,133). Sum of RGB (Red+Green+Blue) = 121+107+133=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 133 - color contains mainly: blue. Hex color #796B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796B85 is #86947A. Grayscale: #727272. Windows color (decimal): -8819835 or 8743801. OLE color: 8743801.
HSL color Cylindrical-coordinate representation of color #796B85: hue angle of 272.31º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #796B85 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 107 | 133 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.48 |
| HSL | 272.31º | 0.11% | 0.47% | - |
| HSV(B) | 272.31º | 0.2% | 0.52% | - |
| XYZ | 17.38 | 16.27 | 24.42 | - |
| YUV | 114.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 107 | 133 | 0.09 | 0.20 | 0 | 0.48 | 272.31 | 0.11 | 0.47 |
| Hex | 79 | 6B | 85 | 9 | 14 | 0 | 30 | 110 | B | 2F |
| Octal | 171 | 153 | 205 | 11 | 24 | 0 | 60 | 420 | 13 | 57 |
| Binary | 1111001 | 1101011 | 10000101 | 1001 | 10100 | 0 | 110000 | 100010000 | 1011 | 101111 |
Color Harmonies of #796B85
Complementary color
Monochromatic Colors of #796B85
Black with #796B85
Text Example
Text Example
White with #796B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796B85; }
p { color: rgb(121,107,133); }
H1.HeaderClassName
{
color: #796B85;
}
.AnyTagClassName
{
color: #796B85;
}
</style>
background-color css
<style>
a { background-color: #796B85; }
a { background-color: rgb(121,107,133); }
div.DivClassName
{
background-color: #796B85;
}
.BgClassName
{
background-color: #796B85;
}
</style>
border-color css
<style>
span { border-color: #796B85; }
span { border-color: rgb(121,107,133); }
td.TdClassName
{
border-color: #796B85;
}
.TagClassName
{
border-color: #796B85;
}
</style>