Shades of Mamba #796785
Tints of Mamba #796785
RGB
CMYK
RGB Variations
Color information
#796785 (or 0x796785) is known color: Mamba. HEX triplet: 79, 67 and 85. RGB value is (121,103,133). Sum of RGB (Red+Green+Blue) = 121+103+133=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 133 - color contains mainly: blue. Hex color #796785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796785 is #86987A. Grayscale: #6F6F6F. Windows color (decimal): -8820859 or 8742777. OLE color: 8742777.
HSL color Cylindrical-coordinate representation of color #796785: hue angle of 276º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #796785 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 103 | 133 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.48 |
| HSL | 276º | 0.13% | 0.46% | - |
| HSV(B) | 276º | 0.23% | 0.52% | - |
| XYZ | 16.97 | 15.46 | 24.28 | - |
| YUV | 111.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 103 | 133 | 0.09 | 0.23 | 0 | 0.48 | 276 | 0.13 | 0.46 |
| Hex | 79 | 67 | 85 | 9 | 17 | 0 | 30 | 114 | D | 2E |
| Octal | 171 | 147 | 205 | 11 | 27 | 0 | 60 | 424 | 15 | 56 |
| Binary | 1111001 | 1100111 | 10000101 | 1001 | 10111 | 0 | 110000 | 100010100 | 1101 | 101110 |
Color Harmonies of #796785
Complementary color
Monochromatic Colors of #796785
Black with #796785
Text Example
Text Example
White with #796785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796785; }
p { color: rgb(121,103,133); }
H1.HeaderClassName
{
color: #796785;
}
.AnyTagClassName
{
color: #796785;
}
</style>
background-color css
<style>
a { background-color: #796785; }
a { background-color: rgb(121,103,133); }
div.DivClassName
{
background-color: #796785;
}
.BgClassName
{
background-color: #796785;
}
</style>
border-color css
<style>
span { border-color: #796785; }
span { border-color: rgb(121,103,133); }
td.TdClassName
{
border-color: #796785;
}
.TagClassName
{
border-color: #796785;
}
</style>