Shades of Mamba #757378
Tints of Mamba #757378
RGB
CMYK
RGB Variations
Color information
#757378 (or 0x757378) is known color: Mamba. HEX triplet: 75, 73 and 78. RGB value is (117,115,120). Sum of RGB (Red+Green+Blue) = 117+115+120=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 120 - color contains mainly: blue. Hex color #757378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757378 is #8A8C87. Grayscale: #747474. Windows color (decimal): -9079944 or 7893877. OLE color: 7893877.
HSL color Cylindrical-coordinate representation of color #757378: hue angle of 264º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #757378 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 115 | 120 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.53 |
| HSL | 264º | 0.02% | 0.46% | - |
| HSV(B) | 264º | 0.04% | 0.47% | - |
| XYZ | 16.86 | 17.4 | 20.24 | - |
| YUV | 116.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 120 | 0.02 | 0.04 | 0 | 0.53 | 264 | 0.02 | 0.46 |
| Hex | 75 | 73 | 78 | 2 | 4 | 0 | 35 | 108 | 2 | 2E |
| Octal | 165 | 163 | 170 | 2 | 4 | 0 | 65 | 410 | 2 | 56 |
| Binary | 1110101 | 1110011 | 1111000 | 10 | 100 | 0 | 110101 | 100001000 | 10 | 101110 |
Color Harmonies of #757378
Complementary color
Monochromatic Colors of #757378
Black with #757378
Text Example
Text Example
White with #757378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757378; }
p { color: rgb(117,115,120); }
H1.HeaderClassName
{
color: #757378;
}
.AnyTagClassName
{
color: #757378;
}
</style>
background-color css
<style>
a { background-color: #757378; }
a { background-color: rgb(117,115,120); }
div.DivClassName
{
background-color: #757378;
}
.BgClassName
{
background-color: #757378;
}
</style>
border-color css
<style>
span { border-color: #757378; }
span { border-color: rgb(117,115,120); }
td.TdClassName
{
border-color: #757378;
}
.TagClassName
{
border-color: #757378;
}
</style>