Shades of Mamba #766384
Tints of Mamba #766384
RGB
CMYK
RGB Variations
Color information
#766384 (or 0x766384) is known color: Mamba. HEX triplet: 76, 63 and 84. RGB value is (118,99,132). Sum of RGB (Red+Green+Blue) = 118+99+132=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 132 - color contains mainly: blue. Hex color #766384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766384 is #899C7B. Grayscale: #6C6C6C. Windows color (decimal): -9018492 or 8676214. OLE color: 8676214.
HSL color Cylindrical-coordinate representation of color #766384: hue angle of 274.55º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766384 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 99 | 132 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.48 |
| HSL | 274.55º | 0.14% | 0.45% | - |
| HSV(B) | 274.55º | 0.25% | 0.52% | - |
| XYZ | 16.1 | 14.44 | 23.77 | - |
| YUV | 108.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 99 | 132 | 0.11 | 0.25 | 0 | 0.48 | 274.55 | 0.14 | 0.45 |
| Hex | 76 | 63 | 84 | B | 19 | 0 | 30 | 113 | E | 2D |
| Octal | 166 | 143 | 204 | 13 | 31 | 0 | 60 | 423 | 16 | 55 |
| Binary | 1110110 | 1100011 | 10000100 | 1011 | 11001 | 0 | 110000 | 100010011 | 1110 | 101101 |
Color Harmonies of #766384
Complementary color
Monochromatic Colors of #766384
Black with #766384
Text Example
Text Example
White with #766384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766384; }
p { color: rgb(118,99,132); }
H1.HeaderClassName
{
color: #766384;
}
.AnyTagClassName
{
color: #766384;
}
</style>
background-color css
<style>
a { background-color: #766384; }
a { background-color: rgb(118,99,132); }
div.DivClassName
{
background-color: #766384;
}
.BgClassName
{
background-color: #766384;
}
</style>
border-color css
<style>
span { border-color: #766384; }
span { border-color: rgb(118,99,132); }
td.TdClassName
{
border-color: #766384;
}
.TagClassName
{
border-color: #766384;
}
</style>