Shades of Mamba #757476
Tints of Mamba #757476
RGB
CMYK
RGB Variations
Color information
#757476 (or 0x757476) is known color: Mamba. HEX triplet: 75, 74 and 76. RGB value is (117,116,118). Sum of RGB (Red+Green+Blue) = 117+116+118=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 118 - color contains mainly: blue. Hex color #757476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757476 is #8A8B89. Grayscale: #747474. Windows color (decimal): -9079690 or 7763061. OLE color: 7763061.
HSL color Cylindrical-coordinate representation of color #757476: hue angle of 270º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #757476 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 116 | 118 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.54 |
| HSL | 270º | 0.01% | 0.46% | - |
| HSV(B) | 270º | 0.02% | 0.46% | - |
| XYZ | 16.85 | 17.58 | 19.64 | - |
| YUV | 116.53 | 128.83 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 118 | 0.01 | 0.02 | 0 | 0.54 | 270 | 0.01 | 0.46 |
| Hex | 75 | 74 | 76 | 1 | 2 | 0 | 36 | 10E | 1 | 2E |
| Octal | 165 | 164 | 166 | 1 | 2 | 0 | 66 | 416 | 1 | 56 |
| Binary | 1110101 | 1110100 | 1110110 | 1 | 10 | 0 | 110110 | 100001110 | 1 | 101110 |
Color Harmonies of #757476
Complementary color
Monochromatic Colors of #757476
Black with #757476
Text Example
Text Example
White with #757476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757476; }
p { color: rgb(117,116,118); }
H1.HeaderClassName
{
color: #757476;
}
.AnyTagClassName
{
color: #757476;
}
</style>
background-color css
<style>
a { background-color: #757476; }
a { background-color: rgb(117,116,118); }
div.DivClassName
{
background-color: #757476;
}
.BgClassName
{
background-color: #757476;
}
</style>
border-color css
<style>
span { border-color: #757476; }
span { border-color: rgb(117,116,118); }
td.TdClassName
{
border-color: #757476;
}
.TagClassName
{
border-color: #757476;
}
</style>