Shades of Mamba #756A7D
Tints of Mamba #756A7D
RGB
CMYK
RGB Variations
Color information
#756A7D (or 0x756A7D) is known color: Mamba. HEX triplet: 75, 6A and 7D. RGB value is (117,106,125). Sum of RGB (Red+Green+Blue) = 117+106+125=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 125 - color contains mainly: blue. Hex color #756A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A7D is #8A9582. Grayscale: #6F6F6F. Windows color (decimal): -9082243 or 8219253. OLE color: 8219253.
HSL color Cylindrical-coordinate representation of color #756A7D: hue angle of 274.74º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #756A7D is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 106 | 125 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.51 |
| HSL | 274.74º | 0.08% | 0.45% | - |
| HSV(B) | 274.74º | 0.15% | 0.49% | - |
| XYZ | 16.19 | 15.57 | 21.55 | - |
| YUV | 111.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 125 | 0.06 | 0.15 | 0 | 0.51 | 274.74 | 0.08 | 0.45 |
| Hex | 75 | 6A | 7D | 6 | F | 0 | 33 | 113 | 8 | 2D |
| Octal | 165 | 152 | 175 | 6 | 17 | 0 | 63 | 423 | 10 | 55 |
| Binary | 1110101 | 1101010 | 1111101 | 110 | 1111 | 0 | 110011 | 100010011 | 1000 | 101101 |
Color Harmonies of #756A7D
Complementary color
Monochromatic Colors of #756A7D
Black with #756A7D
Text Example
Text Example
White with #756A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A7D; }
p { color: rgb(117,106,125); }
H1.HeaderClassName
{
color: #756A7D;
}
.AnyTagClassName
{
color: #756A7D;
}
</style>
background-color css
<style>
a { background-color: #756A7D; }
a { background-color: rgb(117,106,125); }
div.DivClassName
{
background-color: #756A7D;
}
.BgClassName
{
background-color: #756A7D;
}
</style>
border-color css
<style>
span { border-color: #756A7D; }
span { border-color: rgb(117,106,125); }
td.TdClassName
{
border-color: #756A7D;
}
.TagClassName
{
border-color: #756A7D;
}
</style>