Shades of Mamba #757179
Tints of Mamba #757179
RGB
CMYK
RGB Variations
Color information
#757179 (or 0x757179) is known color: Mamba. HEX triplet: 75, 71 and 79. RGB value is (117,113,121). Sum of RGB (Red+Green+Blue) = 117+113+121=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 121 - color contains mainly: blue. Hex color #757179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757179 is #8A8E86. Grayscale: #737373. Windows color (decimal): -9080455 or 7958901. OLE color: 7958901.
HSL color Cylindrical-coordinate representation of color #757179: hue angle of 270º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #757179 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 113 | 121 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.53 |
| HSL | 270º | 0.03% | 0.46% | - |
| HSV(B) | 270º | 0.07% | 0.47% | - |
| XYZ | 16.69 | 16.97 | 20.49 | - |
| YUV | 115.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 121 | 0.03 | 0.07 | 0 | 0.53 | 270 | 0.03 | 0.46 |
| Hex | 75 | 71 | 79 | 3 | 7 | 0 | 35 | 10E | 3 | 2E |
| Octal | 165 | 161 | 171 | 3 | 7 | 0 | 65 | 416 | 3 | 56 |
| Binary | 1110101 | 1110001 | 1111001 | 11 | 111 | 0 | 110101 | 100001110 | 11 | 101110 |
Color Harmonies of #757179
Complementary color
Monochromatic Colors of #757179
Black with #757179
Text Example
Text Example
White with #757179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757179; }
p { color: rgb(117,113,121); }
H1.HeaderClassName
{
color: #757179;
}
.AnyTagClassName
{
color: #757179;
}
</style>
background-color css
<style>
a { background-color: #757179; }
a { background-color: rgb(117,113,121); }
div.DivClassName
{
background-color: #757179;
}
.BgClassName
{
background-color: #757179;
}
</style>
border-color css
<style>
span { border-color: #757179; }
span { border-color: rgb(117,113,121); }
td.TdClassName
{
border-color: #757179;
}
.TagClassName
{
border-color: #757179;
}
</style>