Shades of Mamba #796682
Tints of Mamba #796682
RGB
CMYK
RGB Variations
Color information
#796682 (or 0x796682) is known color: Mamba. HEX triplet: 79, 66 and 82. RGB value is (121,102,130). Sum of RGB (Red+Green+Blue) = 121+102+130=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 130 - color contains mainly: blue. Hex color #796682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796682 is #86997D. Grayscale: #6E6E6E. Windows color (decimal): -8821118 or 8545913. OLE color: 8545913.
HSL color Cylindrical-coordinate representation of color #796682: hue angle of 280.71º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #796682 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 102 | 130 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.49 |
| HSL | 280.71º | 0.12% | 0.45% | - |
| HSV(B) | 280.71º | 0.22% | 0.51% | - |
| XYZ | 16.67 | 15.18 | 23.17 | - |
| YUV | 110.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 102 | 130 | 0.07 | 0.22 | 0 | 0.49 | 280.71 | 0.12 | 0.45 |
| Hex | 79 | 66 | 82 | 7 | 16 | 0 | 31 | 119 | C | 2D |
| Octal | 171 | 146 | 202 | 7 | 26 | 0 | 61 | 431 | 14 | 55 |
| Binary | 1111001 | 1100110 | 10000010 | 111 | 10110 | 0 | 110001 | 100011001 | 1100 | 101101 |
Color Harmonies of #796682
Complementary color
Monochromatic Colors of #796682
Black with #796682
Text Example
Text Example
White with #796682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796682; }
p { color: rgb(121,102,130); }
H1.HeaderClassName
{
color: #796682;
}
.AnyTagClassName
{
color: #796682;
}
</style>
background-color css
<style>
a { background-color: #796682; }
a { background-color: rgb(121,102,130); }
div.DivClassName
{
background-color: #796682;
}
.BgClassName
{
background-color: #796682;
}
</style>
border-color css
<style>
span { border-color: #796682; }
span { border-color: rgb(121,102,130); }
td.TdClassName
{
border-color: #796682;
}
.TagClassName
{
border-color: #796682;
}
</style>