Shades of Mamba #82728A
Tints of Mamba #82728A
RGB
CMYK
RGB Variations
Color information
#82728A (or 0x82728A) is known color: Mamba. HEX triplet: 82, 72 and 8A. RGB value is (130,114,138). Sum of RGB (Red+Green+Blue) = 130+114+138=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 138 - color contains mainly: blue. Hex color #82728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82728A is #7D8D75. Grayscale: #797979. Windows color (decimal): -8228214 or 9073282. OLE color: 9073282.
HSL color Cylindrical-coordinate representation of color #82728A: hue angle of 280º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82728A is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 114 | 138 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.46 |
| HSL | 280º | 0.1% | 0.49% | - |
| HSV(B) | 280º | 0.17% | 0.54% | - |
| XYZ | 19.81 | 18.62 | 26.59 | - |
| YUV | 121.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 114 | 138 | 0.06 | 0.17 | 0 | 0.46 | 280 | 0.1 | 0.49 |
| Hex | 82 | 72 | 8A | 6 | 11 | 0 | 2E | 118 | A | 31 |
| Octal | 202 | 162 | 212 | 6 | 21 | 0 | 56 | 430 | 12 | 61 |
| Binary | 10000010 | 1110010 | 10001010 | 110 | 10001 | 0 | 101110 | 100011000 | 1010 | 110001 |
Color Harmonies of #82728A
Complementary color
Monochromatic Colors of #82728A
Black with #82728A
Text Example
Text Example
White with #82728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82728A; }
p { color: rgb(130,114,138); }
H1.HeaderClassName
{
color: #82728A;
}
.AnyTagClassName
{
color: #82728A;
}
</style>
background-color css
<style>
a { background-color: #82728A; }
a { background-color: rgb(130,114,138); }
div.DivClassName
{
background-color: #82728A;
}
.BgClassName
{
background-color: #82728A;
}
</style>
border-color css
<style>
span { border-color: #82728A; }
span { border-color: rgb(130,114,138); }
td.TdClassName
{
border-color: #82728A;
}
.TagClassName
{
border-color: #82728A;
}
</style>