Shades of Mamba #75717A
Tints of Mamba #75717A
RGB
CMYK
RGB Variations
Color information
#75717A (or 0x75717A) is known color: Mamba. HEX triplet: 75, 71 and 7A. RGB value is (117,113,122). Sum of RGB (Red+Green+Blue) = 117+113+122=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 122 - color contains mainly: blue. Hex color #75717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75717A is #8A8E85. Grayscale: #737373. Windows color (decimal): -9080454 or 8024437. OLE color: 8024437.
HSL color Cylindrical-coordinate representation of color #75717A: hue angle of 266.67º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #75717A is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 113 | 122 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.52 |
| HSL | 266.67º | 0.04% | 0.46% | - |
| HSV(B) | 266.67º | 0.07% | 0.48% | - |
| XYZ | 16.75 | 17 | 20.81 | - |
| YUV | 115.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 122 | 0.04 | 0.07 | 0 | 0.52 | 266.67 | 0.04 | 0.46 |
| Hex | 75 | 71 | 7A | 4 | 7 | 0 | 34 | 10B | 4 | 2E |
| Octal | 165 | 161 | 172 | 4 | 7 | 0 | 64 | 413 | 4 | 56 |
| Binary | 1110101 | 1110001 | 1111010 | 100 | 111 | 0 | 110100 | 100001011 | 100 | 101110 |
Color Harmonies of #75717A
Complementary color
Monochromatic Colors of #75717A
Black with #75717A
Text Example
Text Example
White with #75717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75717A; }
p { color: rgb(117,113,122); }
H1.HeaderClassName
{
color: #75717A;
}
.AnyTagClassName
{
color: #75717A;
}
</style>
background-color css
<style>
a { background-color: #75717A; }
a { background-color: rgb(117,113,122); }
div.DivClassName
{
background-color: #75717A;
}
.BgClassName
{
background-color: #75717A;
}
</style>
border-color css
<style>
span { border-color: #75717A; }
span { border-color: rgb(117,113,122); }
td.TdClassName
{
border-color: #75717A;
}
.TagClassName
{
border-color: #75717A;
}
</style>