Shades of Mamba #75707A
Tints of Mamba #75707A
RGB
CMYK
RGB Variations
Color information
#75707A (or 0x75707A) is known color: Mamba. HEX triplet: 75, 70 and 7A. RGB value is (117,112,122). Sum of RGB (Red+Green+Blue) = 117+112+122=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 122 - color contains mainly: blue. Hex color #75707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75707A is #8A8F85. Grayscale: #727272. Windows color (decimal): -9080710 or 8024181. OLE color: 8024181.
HSL color Cylindrical-coordinate representation of color #75707A: hue angle of 270º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #75707A is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 112 | 122 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.52 |
| HSL | 270º | 0.04% | 0.46% | - |
| HSV(B) | 270º | 0.08% | 0.48% | - |
| XYZ | 16.64 | 16.78 | 20.77 | - |
| YUV | 114.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 122 | 0.04 | 0.08 | 0 | 0.52 | 270 | 0.04 | 0.46 |
| Hex | 75 | 70 | 7A | 4 | 8 | 0 | 34 | 10E | 4 | 2E |
| Octal | 165 | 160 | 172 | 4 | 10 | 0 | 64 | 416 | 4 | 56 |
| Binary | 1110101 | 1110000 | 1111010 | 100 | 1000 | 0 | 110100 | 100001110 | 100 | 101110 |
Color Harmonies of #75707A
Complementary color
Monochromatic Colors of #75707A
Black with #75707A
Text Example
Text Example
White with #75707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75707A; }
p { color: rgb(117,112,122); }
H1.HeaderClassName
{
color: #75707A;
}
.AnyTagClassName
{
color: #75707A;
}
</style>
background-color css
<style>
a { background-color: #75707A; }
a { background-color: rgb(117,112,122); }
div.DivClassName
{
background-color: #75707A;
}
.BgClassName
{
background-color: #75707A;
}
</style>
border-color css
<style>
span { border-color: #75707A; }
span { border-color: rgb(117,112,122); }
td.TdClassName
{
border-color: #75707A;
}
.TagClassName
{
border-color: #75707A;
}
</style>