Shades of Mamba #75727A
Tints of Mamba #75727A
RGB
CMYK
RGB Variations
Color information
#75727A (or 0x75727A) is known color: Mamba. HEX triplet: 75, 72 and 7A. RGB value is (117,114,122). Sum of RGB (Red+Green+Blue) = 117+114+122=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 122 - color contains mainly: blue. Hex color #75727A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75727A is #8A8D85. Grayscale: #737373. Windows color (decimal): -9080198 or 8024693. OLE color: 8024693.
HSL color Cylindrical-coordinate representation of color #75727A: hue angle of 262.5º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #75727A is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 114 | 122 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.52 |
| HSL | 262.5º | 0.03% | 0.46% | - |
| HSV(B) | 262.5º | 0.07% | 0.48% | - |
| XYZ | 16.87 | 17.22 | 20.85 | - |
| YUV | 115.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 122 | 0.04 | 0.07 | 0 | 0.52 | 262.5 | 0.03 | 0.46 |
| Hex | 75 | 72 | 7A | 4 | 7 | 0 | 34 | 106 | 3 | 2E |
| Octal | 165 | 162 | 172 | 4 | 7 | 0 | 64 | 406 | 3 | 56 |
| Binary | 1110101 | 1110010 | 1111010 | 100 | 111 | 0 | 110100 | 100000110 | 11 | 101110 |
Color Harmonies of #75727A
Complementary color
Monochromatic Colors of #75727A
Black with #75727A
Text Example
Text Example
White with #75727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75727A; }
p { color: rgb(117,114,122); }
H1.HeaderClassName
{
color: #75727A;
}
.AnyTagClassName
{
color: #75727A;
}
</style>
background-color css
<style>
a { background-color: #75727A; }
a { background-color: rgb(117,114,122); }
div.DivClassName
{
background-color: #75727A;
}
.BgClassName
{
background-color: #75727A;
}
</style>
border-color css
<style>
span { border-color: #75727A; }
span { border-color: rgb(117,114,122); }
td.TdClassName
{
border-color: #75727A;
}
.TagClassName
{
border-color: #75727A;
}
</style>