Shades of Mamba #746184
Tints of Mamba #746184
RGB
CMYK
RGB Variations
Color information
#746184 (or 0x746184) is known color: Mamba. HEX triplet: 74, 61 and 84. RGB value is (116,97,132). Sum of RGB (Red+Green+Blue) = 116+97+132=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #746184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746184 is #8B9E7B. Grayscale: #6A6A6A. Windows color (decimal): -9150076 or 8675700. OLE color: 8675700.
HSL color Cylindrical-coordinate representation of color #746184: hue angle of 272.57º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #746184 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 97 | 132 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.48 |
| HSL | 272.57º | 0.15% | 0.45% | - |
| HSV(B) | 272.57º | 0.27% | 0.52% | - |
| XYZ | 15.64 | 13.93 | 23.69 | - |
| YUV | 106.67 | 142.29 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 132 | 0.12 | 0.27 | 0 | 0.48 | 272.57 | 0.15 | 0.45 |
| Hex | 74 | 61 | 84 | C | 1B | 0 | 30 | 111 | F | 2D |
| Octal | 164 | 141 | 204 | 14 | 33 | 0 | 60 | 421 | 17 | 55 |
| Binary | 1110100 | 1100001 | 10000100 | 1100 | 11011 | 0 | 110000 | 100010001 | 1111 | 101101 |
Color Harmonies of #746184
Complementary color
Monochromatic Colors of #746184
Black with #746184
Text Example
Text Example
White with #746184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746184; }
p { color: rgb(116,97,132); }
H1.HeaderClassName
{
color: #746184;
}
.AnyTagClassName
{
color: #746184;
}
</style>
background-color css
<style>
a { background-color: #746184; }
a { background-color: rgb(116,97,132); }
div.DivClassName
{
background-color: #746184;
}
.BgClassName
{
background-color: #746184;
}
</style>
border-color css
<style>
span { border-color: #746184; }
span { border-color: rgb(116,97,132); }
td.TdClassName
{
border-color: #746184;
}
.TagClassName
{
border-color: #746184;
}
</style>