Shades of Mamba #75647E
Tints of Mamba #75647E
RGB
CMYK
RGB Variations
Color information
#75647E (or 0x75647E) is known color: Mamba. HEX triplet: 75, 64 and 7E. RGB value is (117,100,126). Sum of RGB (Red+Green+Blue) = 117+100+126=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 126 - color contains mainly: blue. Hex color #75647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75647E is #8A9B81. Grayscale: #6B6B6B. Windows color (decimal): -9083778 or 8283253. OLE color: 8283253.
HSL color Cylindrical-coordinate representation of color #75647E: hue angle of 279.23º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75647E is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 100 | 126 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.51 |
| HSL | 279.23º | 0.12% | 0.44% | - |
| HSV(B) | 279.23º | 0.21% | 0.49% | - |
| XYZ | 15.66 | 14.4 | 21.69 | - |
| YUV | 108.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 100 | 126 | 0.07 | 0.21 | 0 | 0.51 | 279.23 | 0.12 | 0.44 |
| Hex | 75 | 64 | 7E | 7 | 15 | 0 | 33 | 117 | C | 2C |
| Octal | 165 | 144 | 176 | 7 | 25 | 0 | 63 | 427 | 14 | 54 |
| Binary | 1110101 | 1100100 | 1111110 | 111 | 10101 | 0 | 110011 | 100010111 | 1100 | 101100 |
Color Harmonies of #75647E
Complementary color
Monochromatic Colors of #75647E
Black with #75647E
Text Example
Text Example
White with #75647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75647E; }
p { color: rgb(117,100,126); }
H1.HeaderClassName
{
color: #75647E;
}
.AnyTagClassName
{
color: #75647E;
}
</style>
background-color css
<style>
a { background-color: #75647E; }
a { background-color: rgb(117,100,126); }
div.DivClassName
{
background-color: #75647E;
}
.BgClassName
{
background-color: #75647E;
}
</style>
border-color css
<style>
span { border-color: #75647E; }
span { border-color: rgb(117,100,126); }
td.TdClassName
{
border-color: #75647E;
}
.TagClassName
{
border-color: #75647E;
}
</style>