Shades of Mamba #716282
Tints of Mamba #716282
RGB
CMYK
RGB Variations
Color information
#716282 (or 0x716282) is known color: Mamba. HEX triplet: 71, 62 and 82. RGB value is (113,98,130). Sum of RGB (Red+Green+Blue) = 113+98+130=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 130 - color contains mainly: blue. Hex color #716282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716282 is #8E9D7D. Grayscale: #6A6A6A. Windows color (decimal): -9346430 or 8544881. OLE color: 8544881.
HSL color Cylindrical-coordinate representation of color #716282: hue angle of 268.12º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #716282 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 98 | 130 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.49 |
| HSL | 268.13º | 0.14% | 0.45% | - |
| HSV(B) | 268.13º | 0.25% | 0.51% | - |
| XYZ | 15.21 | 13.86 | 22.99 | - |
| YUV | 106.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 98 | 130 | 0.13 | 0.25 | 0 | 0.49 | 268.13 | 0.14 | 0.45 |
| Hex | 71 | 62 | 82 | D | 19 | 0 | 31 | 10C | E | 2D |
| Octal | 161 | 142 | 202 | 15 | 31 | 0 | 61 | 414 | 16 | 55 |
| Binary | 1110001 | 1100010 | 10000010 | 1101 | 11001 | 0 | 110001 | 100001100 | 1110 | 101101 |
Color Harmonies of #716282
Complementary color
Monochromatic Colors of #716282
Black with #716282
Text Example
Text Example
White with #716282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716282; }
p { color: rgb(113,98,130); }
H1.HeaderClassName
{
color: #716282;
}
.AnyTagClassName
{
color: #716282;
}
</style>
background-color css
<style>
a { background-color: #716282; }
a { background-color: rgb(113,98,130); }
div.DivClassName
{
background-color: #716282;
}
.BgClassName
{
background-color: #716282;
}
</style>
border-color css
<style>
span { border-color: #716282; }
span { border-color: rgb(113,98,130); }
td.TdClassName
{
border-color: #716282;
}
.TagClassName
{
border-color: #716282;
}
</style>