Shades of Mamba #75647F
Tints of Mamba #75647F
RGB
CMYK
RGB Variations
Color information
#75647F (or 0x75647F) is known color: Mamba. HEX triplet: 75, 64 and 7F. RGB value is (117,100,127). Sum of RGB (Red+Green+Blue) = 117+100+127=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 127 - color contains mainly: blue. Hex color #75647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75647F is #8A9B80. Grayscale: #6C6C6C. Windows color (decimal): -9083777 or 8348789. OLE color: 8348789.
HSL color Cylindrical-coordinate representation of color #75647F: hue angle of 277.78º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75647F is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 100 | 127 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.50 |
| HSL | 277.78º | 0.12% | 0.45% | - |
| HSV(B) | 277.78º | 0.21% | 0.5% | - |
| XYZ | 15.72 | 14.43 | 22.03 | - |
| YUV | 108.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 100 | 127 | 0.08 | 0.21 | 0 | 0.50 | 277.78 | 0.12 | 0.45 |
| Hex | 75 | 64 | 7F | 8 | 15 | 0 | 32 | 116 | C | 2D |
| Octal | 165 | 144 | 177 | 10 | 25 | 0 | 62 | 426 | 14 | 55 |
| Binary | 1110101 | 1100100 | 1111111 | 1000 | 10101 | 0 | 110010 | 100010110 | 1100 | 101101 |
Color Harmonies of #75647F
Complementary color
Monochromatic Colors of #75647F
Black with #75647F
Text Example
Text Example
White with #75647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75647F; }
p { color: rgb(117,100,127); }
H1.HeaderClassName
{
color: #75647F;
}
.AnyTagClassName
{
color: #75647F;
}
</style>
background-color css
<style>
a { background-color: #75647F; }
a { background-color: rgb(117,100,127); }
div.DivClassName
{
background-color: #75647F;
}
.BgClassName
{
background-color: #75647F;
}
</style>
border-color css
<style>
span { border-color: #75647F; }
span { border-color: rgb(117,100,127); }
td.TdClassName
{
border-color: #75647F;
}
.TagClassName
{
border-color: #75647F;
}
</style>