Shades of Mamba #82708C
Tints of Mamba #82708C
RGB
CMYK
RGB Variations
Color information
#82708C (or 0x82708C) is known color: Mamba. HEX triplet: 82, 70 and 8C. RGB value is (130,112,140). Sum of RGB (Red+Green+Blue) = 130+112+140=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 140 - color contains mainly: blue. Hex color #82708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82708C is #7D8F73. Grayscale: #787878. Windows color (decimal): -8228724 or 9203842. OLE color: 9203842.
HSL color Cylindrical-coordinate representation of color #82708C: hue angle of 278.57º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #82708C is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 112 | 140 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.45 |
| HSL | 278.57º | 0.11% | 0.49% | - |
| HSV(B) | 278.57º | 0.2% | 0.55% | - |
| XYZ | 19.73 | 18.23 | 27.29 | - |
| YUV | 120.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 140 | 0.07 | 0.20 | 0 | 0.45 | 278.57 | 0.11 | 0.49 |
| Hex | 82 | 70 | 8C | 7 | 14 | 0 | 2D | 117 | B | 31 |
| Octal | 202 | 160 | 214 | 7 | 24 | 0 | 55 | 427 | 13 | 61 |
| Binary | 10000010 | 1110000 | 10001100 | 111 | 10100 | 0 | 101101 | 100010111 | 1011 | 110001 |
Color Harmonies of #82708C
Complementary color
Monochromatic Colors of #82708C
Black with #82708C
Text Example
Text Example
White with #82708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82708C; }
p { color: rgb(130,112,140); }
H1.HeaderClassName
{
color: #82708C;
}
.AnyTagClassName
{
color: #82708C;
}
</style>
background-color css
<style>
a { background-color: #82708C; }
a { background-color: rgb(130,112,140); }
div.DivClassName
{
background-color: #82708C;
}
.BgClassName
{
background-color: #82708C;
}
</style>
border-color css
<style>
span { border-color: #82708C; }
span { border-color: rgb(130,112,140); }
td.TdClassName
{
border-color: #82708C;
}
.TagClassName
{
border-color: #82708C;
}
</style>