Shades of Mamba #745F84
Tints of Mamba #745F84
RGB
CMYK
RGB Variations
Color information
#745F84 (or 0x745F84) is known color: Mamba. HEX triplet: 74, 5F and 84. RGB value is (116,95,132). Sum of RGB (Red+Green+Blue) = 116+95+132=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #745F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745F84 is #8BA07B. Grayscale: #696969. Windows color (decimal): -9150588 or 8675188. OLE color: 8675188.
HSL color Cylindrical-coordinate representation of color #745F84: hue angle of 274.05º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #745F84 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 95 | 132 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.48 |
| HSL | 274.05º | 0.16% | 0.45% | - |
| HSV(B) | 274.05º | 0.28% | 0.52% | - |
| XYZ | 15.46 | 13.56 | 23.63 | - |
| YUV | 105.5 | 142.96 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 132 | 0.12 | 0.28 | 0 | 0.48 | 274.05 | 0.16 | 0.45 |
| Hex | 74 | 5F | 84 | C | 1C | 0 | 30 | 112 | 10 | 2D |
| Octal | 164 | 137 | 204 | 14 | 34 | 0 | 60 | 422 | 20 | 55 |
| Binary | 1110100 | 1011111 | 10000100 | 1100 | 11100 | 0 | 110000 | 100010010 | 10000 | 101101 |
Color Harmonies of #745F84
Complementary color
Monochromatic Colors of #745F84
Black with #745F84
Text Example
Text Example
White with #745F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F84; }
p { color: rgb(116,95,132); }
H1.HeaderClassName
{
color: #745F84;
}
.AnyTagClassName
{
color: #745F84;
}
</style>
background-color css
<style>
a { background-color: #745F84; }
a { background-color: rgb(116,95,132); }
div.DivClassName
{
background-color: #745F84;
}
.BgClassName
{
background-color: #745F84;
}
</style>
border-color css
<style>
span { border-color: #745F84; }
span { border-color: rgb(116,95,132); }
td.TdClassName
{
border-color: #745F84;
}
.TagClassName
{
border-color: #745F84;
}
</style>