Shades of Mamba #745F83
Tints of Mamba #745F83
RGB
CMYK
RGB Variations
Color information
#745F83 (or 0x745F83) is known color: Mamba. HEX triplet: 74, 5F and 83. RGB value is (116,95,131). Sum of RGB (Red+Green+Blue) = 116+95+131=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 131 - color contains mainly: blue. Hex color #745F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745F83 is #8BA07C. Grayscale: #696969. Windows color (decimal): -9150589 or 8609652. OLE color: 8609652.
HSL color Cylindrical-coordinate representation of color #745F83: hue angle of 275º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #745F83 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 95 | 131 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.49 |
| HSL | 275º | 0.16% | 0.44% | - |
| HSV(B) | 275º | 0.27% | 0.51% | - |
| XYZ | 15.39 | 13.54 | 23.27 | - |
| YUV | 105.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 131 | 0.11 | 0.27 | 0 | 0.49 | 275 | 0.16 | 0.44 |
| Hex | 74 | 5F | 83 | B | 1B | 0 | 31 | 113 | 10 | 2C |
| Octal | 164 | 137 | 203 | 13 | 33 | 0 | 61 | 423 | 20 | 54 |
| Binary | 1110100 | 1011111 | 10000011 | 1011 | 11011 | 0 | 110001 | 100010011 | 10000 | 101100 |
Color Harmonies of #745F83
Complementary color
Monochromatic Colors of #745F83
Black with #745F83
Text Example
Text Example
White with #745F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F83; }
p { color: rgb(116,95,131); }
H1.HeaderClassName
{
color: #745F83;
}
.AnyTagClassName
{
color: #745F83;
}
</style>
background-color css
<style>
a { background-color: #745F83; }
a { background-color: rgb(116,95,131); }
div.DivClassName
{
background-color: #745F83;
}
.BgClassName
{
background-color: #745F83;
}
</style>
border-color css
<style>
span { border-color: #745F83; }
span { border-color: rgb(116,95,131); }
td.TdClassName
{
border-color: #745F83;
}
.TagClassName
{
border-color: #745F83;
}
</style>