Shades of Mamba #766382
Tints of Mamba #766382
RGB
CMYK
RGB Variations
Color information
#766382 (or 0x766382) is known color: Mamba. HEX triplet: 76, 63 and 82. RGB value is (118,99,130). Sum of RGB (Red+Green+Blue) = 118+99+130=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 130 - color contains mainly: blue. Hex color #766382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766382 is #899C7D. Grayscale: #6C6C6C. Windows color (decimal): -9018494 or 8545142. OLE color: 8545142.
HSL color Cylindrical-coordinate representation of color #766382: hue angle of 276.77º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #766382 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 99 | 130 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.49 |
| HSL | 276.77º | 0.14% | 0.45% | - |
| HSV(B) | 276.77º | 0.24% | 0.51% | - |
| XYZ | 15.96 | 14.39 | 23.05 | - |
| YUV | 108.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 99 | 130 | 0.09 | 0.24 | 0 | 0.49 | 276.77 | 0.14 | 0.45 |
| Hex | 76 | 63 | 82 | 9 | 18 | 0 | 31 | 115 | E | 2D |
| Octal | 166 | 143 | 202 | 11 | 30 | 0 | 61 | 425 | 16 | 55 |
| Binary | 1110110 | 1100011 | 10000010 | 1001 | 11000 | 0 | 110001 | 100010101 | 1110 | 101101 |
Color Harmonies of #766382
Complementary color
Monochromatic Colors of #766382
Black with #766382
Text Example
Text Example
White with #766382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766382; }
p { color: rgb(118,99,130); }
H1.HeaderClassName
{
color: #766382;
}
.AnyTagClassName
{
color: #766382;
}
</style>
background-color css
<style>
a { background-color: #766382; }
a { background-color: rgb(118,99,130); }
div.DivClassName
{
background-color: #766382;
}
.BgClassName
{
background-color: #766382;
}
</style>
border-color css
<style>
span { border-color: #766382; }
span { border-color: rgb(118,99,130); }
td.TdClassName
{
border-color: #766382;
}
.TagClassName
{
border-color: #766382;
}
</style>