Shades of Mamba #766484
Tints of Mamba #766484
RGB
CMYK
RGB Variations
Color information
#766484 (or 0x766484) is known color: Mamba. HEX triplet: 76, 64 and 84. RGB value is (118,100,132). Sum of RGB (Red+Green+Blue) = 118+100+132=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 132 - color contains mainly: blue. Hex color #766484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766484 is #899B7B. Grayscale: #6C6C6C. Windows color (decimal): -9018236 or 8676470. OLE color: 8676470.
HSL color Cylindrical-coordinate representation of color #766484: hue angle of 273.75º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #766484 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 100 | 132 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.48 |
| HSL | 273.75º | 0.14% | 0.45% | - |
| HSV(B) | 273.75º | 0.24% | 0.52% | - |
| XYZ | 16.19 | 14.63 | 23.8 | - |
| YUV | 109.03 | 140.96 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 132 | 0.11 | 0.24 | 0 | 0.48 | 273.75 | 0.14 | 0.45 |
| Hex | 76 | 64 | 84 | B | 18 | 0 | 30 | 112 | E | 2D |
| Octal | 166 | 144 | 204 | 13 | 30 | 0 | 60 | 422 | 16 | 55 |
| Binary | 1110110 | 1100100 | 10000100 | 1011 | 11000 | 0 | 110000 | 100010010 | 1110 | 101101 |
Color Harmonies of #766484
Complementary color
Monochromatic Colors of #766484
Black with #766484
Text Example
Text Example
White with #766484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766484; }
p { color: rgb(118,100,132); }
H1.HeaderClassName
{
color: #766484;
}
.AnyTagClassName
{
color: #766484;
}
</style>
background-color css
<style>
a { background-color: #766484; }
a { background-color: rgb(118,100,132); }
div.DivClassName
{
background-color: #766484;
}
.BgClassName
{
background-color: #766484;
}
</style>
border-color css
<style>
span { border-color: #766484; }
span { border-color: rgb(118,100,132); }
td.TdClassName
{
border-color: #766484;
}
.TagClassName
{
border-color: #766484;
}
</style>