Shades of Mamba #757078
Tints of Mamba #757078
RGB
CMYK
RGB Variations
Color information
#757078 (or 0x757078) is known color: Mamba. HEX triplet: 75, 70 and 78. RGB value is (117,112,120). Sum of RGB (Red+Green+Blue) = 117+112+120=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 120 - color contains mainly: blue. Hex color #757078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757078 is #8A8F87. Grayscale: #727272. Windows color (decimal): -9080712 or 7893109. OLE color: 7893109.
HSL color Cylindrical-coordinate representation of color #757078: hue angle of 277.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #757078 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 112 | 120 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.53 |
| HSL | 277.5º | 0.03% | 0.45% | - |
| HSV(B) | 277.5º | 0.07% | 0.47% | - |
| XYZ | 16.52 | 16.73 | 20.13 | - |
| YUV | 114.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 120 | 0.02 | 0.07 | 0 | 0.53 | 277.5 | 0.03 | 0.45 |
| Hex | 75 | 70 | 78 | 2 | 7 | 0 | 35 | 116 | 3 | 2D |
| Octal | 165 | 160 | 170 | 2 | 7 | 0 | 65 | 426 | 3 | 55 |
| Binary | 1110101 | 1110000 | 1111000 | 10 | 111 | 0 | 110101 | 100010110 | 11 | 101101 |
Color Harmonies of #757078
Complementary color
Monochromatic Colors of #757078
Black with #757078
Text Example
Text Example
White with #757078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757078; }
p { color: rgb(117,112,120); }
H1.HeaderClassName
{
color: #757078;
}
.AnyTagClassName
{
color: #757078;
}
</style>
background-color css
<style>
a { background-color: #757078; }
a { background-color: rgb(117,112,120); }
div.DivClassName
{
background-color: #757078;
}
.BgClassName
{
background-color: #757078;
}
</style>
border-color css
<style>
span { border-color: #757078; }
span { border-color: rgb(117,112,120); }
td.TdClassName
{
border-color: #757078;
}
.TagClassName
{
border-color: #757078;
}
</style>