Shades of Mamba #756981
Tints of Mamba #756981
RGB
CMYK
RGB Variations
Color information
#756981 (or 0x756981) is known color: Mamba. HEX triplet: 75, 69 and 81. RGB value is (117,105,129). Sum of RGB (Red+Green+Blue) = 117+105+129=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 129 - color contains mainly: blue. Hex color #756981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756981 is #8A967E. Grayscale: #6F6F6F. Windows color (decimal): -9082495 or 8481141. OLE color: 8481141.
HSL color Cylindrical-coordinate representation of color #756981: hue angle of 270º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #756981 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 105 | 129 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.49 |
| HSL | 270º | 0.1% | 0.46% | - |
| HSV(B) | 270º | 0.19% | 0.51% | - |
| XYZ | 16.35 | 15.47 | 22.89 | - |
| YUV | 111.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 105 | 129 | 0.09 | 0.19 | 0 | 0.49 | 270 | 0.1 | 0.46 |
| Hex | 75 | 69 | 81 | 9 | 13 | 0 | 31 | 10E | A | 2E |
| Octal | 165 | 151 | 201 | 11 | 23 | 0 | 61 | 416 | 12 | 56 |
| Binary | 1110101 | 1101001 | 10000001 | 1001 | 10011 | 0 | 110001 | 100001110 | 1010 | 101110 |
Color Harmonies of #756981
Complementary color
Monochromatic Colors of #756981
Black with #756981
Text Example
Text Example
White with #756981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756981; }
p { color: rgb(117,105,129); }
H1.HeaderClassName
{
color: #756981;
}
.AnyTagClassName
{
color: #756981;
}
</style>
background-color css
<style>
a { background-color: #756981; }
a { background-color: rgb(117,105,129); }
div.DivClassName
{
background-color: #756981;
}
.BgClassName
{
background-color: #756981;
}
</style>
border-color css
<style>
span { border-color: #756981; }
span { border-color: rgb(117,105,129); }
td.TdClassName
{
border-color: #756981;
}
.TagClassName
{
border-color: #756981;
}
</style>