Shades of Mamba #807A82
Tints of Mamba #807A82
RGB
CMYK
RGB Variations
Color information
#807A82 (or 0x807A82) is known color: Mamba. HEX triplet: 80, 7A and 82. RGB value is (128,122,130). Sum of RGB (Red+Green+Blue) = 128+122+130=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 130 - color contains mainly: blue. Hex color #807A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807A82 is #7F857D. Grayscale: #7C7C7C. Windows color (decimal): -8357246 or 8551040. OLE color: 8551040.
HSL color Cylindrical-coordinate representation of color #807A82: hue angle of 285º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #807A82 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 122 | 130 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.49 |
| HSL | 285º | 0.03% | 0.49% | - |
| HSV(B) | 285º | 0.06% | 0.51% | - |
| XYZ | 19.89 | 20.12 | 23.95 | - |
| YUV | 124.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 130 | 0.02 | 0.06 | 0 | 0.49 | 285 | 0.03 | 0.49 |
| Hex | 80 | 7A | 82 | 2 | 6 | 0 | 31 | 11D | 3 | 31 |
| Octal | 200 | 172 | 202 | 2 | 6 | 0 | 61 | 435 | 3 | 61 |
| Binary | 10000000 | 1111010 | 10000010 | 10 | 110 | 0 | 110001 | 100011101 | 11 | 110001 |
Color Harmonies of #807A82
Complementary color
Monochromatic Colors of #807A82
Black with #807A82
Text Example
Text Example
White with #807A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807A82; }
p { color: rgb(128,122,130); }
H1.HeaderClassName
{
color: #807A82;
}
.AnyTagClassName
{
color: #807A82;
}
</style>
background-color css
<style>
a { background-color: #807A82; }
a { background-color: rgb(128,122,130); }
div.DivClassName
{
background-color: #807A82;
}
.BgClassName
{
background-color: #807A82;
}
</style>
border-color css
<style>
span { border-color: #807A82; }
span { border-color: rgb(128,122,130); }
td.TdClassName
{
border-color: #807A82;
}
.TagClassName
{
border-color: #807A82;
}
</style>