Shades of Mamba #716679
Tints of Mamba #716679
RGB
CMYK
RGB Variations
Color information
#716679 (or 0x716679) is known color: Mamba. HEX triplet: 71, 66 and 79. RGB value is (113,102,121). Sum of RGB (Red+Green+Blue) = 113+102+121=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 121 - color contains mainly: blue. Hex color #716679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716679 is #8E9986. Grayscale: #6B6B6B. Windows color (decimal): -9345415 or 7956081. OLE color: 7956081.
HSL color Cylindrical-coordinate representation of color #716679: hue angle of 274.74º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #716679 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 102 | 121 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.53 |
| HSL | 274.74º | 0.09% | 0.44% | - |
| HSV(B) | 274.74º | 0.16% | 0.47% | - |
| XYZ | 15.01 | 14.39 | 20.08 | - |
| YUV | 107.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 102 | 121 | 0.07 | 0.16 | 0 | 0.53 | 274.74 | 0.09 | 0.44 |
| Hex | 71 | 66 | 79 | 7 | 10 | 0 | 35 | 113 | 9 | 2C |
| Octal | 161 | 146 | 171 | 7 | 20 | 0 | 65 | 423 | 11 | 54 |
| Binary | 1110001 | 1100110 | 1111001 | 111 | 10000 | 0 | 110101 | 100010011 | 1001 | 101100 |
Color Harmonies of #716679
Complementary color
Monochromatic Colors of #716679
Black with #716679
Text Example
Text Example
White with #716679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716679; }
p { color: rgb(113,102,121); }
H1.HeaderClassName
{
color: #716679;
}
.AnyTagClassName
{
color: #716679;
}
</style>
background-color css
<style>
a { background-color: #716679; }
a { background-color: rgb(113,102,121); }
div.DivClassName
{
background-color: #716679;
}
.BgClassName
{
background-color: #716679;
}
</style>
border-color css
<style>
span { border-color: #716679; }
span { border-color: rgb(113,102,121); }
td.TdClassName
{
border-color: #716679;
}
.TagClassName
{
border-color: #716679;
}
</style>