Shades of Mamba #71687A
Tints of Mamba #71687A
RGB
CMYK
RGB Variations
Color information
#71687A (or 0x71687A) is known color: Mamba. HEX triplet: 71, 68 and 7A. RGB value is (113,104,122). Sum of RGB (Red+Green+Blue) = 113+104+122=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 122 - color contains mainly: blue. Hex color #71687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71687A is #8E9785. Grayscale: #6C6C6C. Windows color (decimal): -9344902 or 8022129. OLE color: 8022129.
HSL color Cylindrical-coordinate representation of color #71687A: hue angle of 270º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #71687A is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 104 | 122 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.52 |
| HSL | 270º | 0.08% | 0.44% | - |
| HSV(B) | 270º | 0.15% | 0.48% | - |
| XYZ | 15.27 | 14.82 | 20.47 | - |
| YUV | 108.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 104 | 122 | 0.07 | 0.15 | 0 | 0.52 | 270 | 0.08 | 0.44 |
| Hex | 71 | 68 | 7A | 7 | F | 0 | 34 | 10E | 8 | 2C |
| Octal | 161 | 150 | 172 | 7 | 17 | 0 | 64 | 416 | 10 | 54 |
| Binary | 1110001 | 1101000 | 1111010 | 111 | 1111 | 0 | 110100 | 100001110 | 1000 | 101100 |
Color Harmonies of #71687A
Complementary color
Monochromatic Colors of #71687A
Black with #71687A
Text Example
Text Example
White with #71687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71687A; }
p { color: rgb(113,104,122); }
H1.HeaderClassName
{
color: #71687A;
}
.AnyTagClassName
{
color: #71687A;
}
</style>
background-color css
<style>
a { background-color: #71687A; }
a { background-color: rgb(113,104,122); }
div.DivClassName
{
background-color: #71687A;
}
.BgClassName
{
background-color: #71687A;
}
</style>
border-color css
<style>
span { border-color: #71687A; }
span { border-color: rgb(113,104,122); }
td.TdClassName
{
border-color: #71687A;
}
.TagClassName
{
border-color: #71687A;
}
</style>