Shades of Mamba #745F81
Tints of Mamba #745F81
RGB
CMYK
RGB Variations
Color information
#745F81 (or 0x745F81) is known color: Mamba. HEX triplet: 74, 5F and 81. RGB value is (116,95,129). Sum of RGB (Red+Green+Blue) = 116+95+129=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 129 - color contains mainly: blue. Hex color #745F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745F81 is #8BA07E. Grayscale: #696969. Windows color (decimal): -9150591 or 8478580. OLE color: 8478580.
HSL color Cylindrical-coordinate representation of color #745F81: hue angle of 277.06º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #745F81 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 95 | 129 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.49 |
| HSL | 277.06º | 0.15% | 0.44% | - |
| HSV(B) | 277.06º | 0.26% | 0.51% | - |
| XYZ | 15.26 | 13.48 | 22.57 | - |
| YUV | 105.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 129 | 0.10 | 0.26 | 0 | 0.49 | 277.06 | 0.15 | 0.44 |
| Hex | 74 | 5F | 81 | A | 1A | 0 | 31 | 115 | F | 2C |
| Octal | 164 | 137 | 201 | 12 | 32 | 0 | 61 | 425 | 17 | 54 |
| Binary | 1110100 | 1011111 | 10000001 | 1010 | 11010 | 0 | 110001 | 100010101 | 1111 | 101100 |
Color Harmonies of #745F81
Complementary color
Monochromatic Colors of #745F81
Black with #745F81
Text Example
Text Example
White with #745F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F81; }
p { color: rgb(116,95,129); }
H1.HeaderClassName
{
color: #745F81;
}
.AnyTagClassName
{
color: #745F81;
}
</style>
background-color css
<style>
a { background-color: #745F81; }
a { background-color: rgb(116,95,129); }
div.DivClassName
{
background-color: #745F81;
}
.BgClassName
{
background-color: #745F81;
}
</style>
border-color css
<style>
span { border-color: #745F81; }
span { border-color: rgb(116,95,129); }
td.TdClassName
{
border-color: #745F81;
}
.TagClassName
{
border-color: #745F81;
}
</style>