Shades of Mamba #766282
Tints of Mamba #766282
RGB
CMYK
RGB Variations
Color information
#766282 (or 0x766282) is known color: Mamba. HEX triplet: 76, 62 and 82. RGB value is (118,98,130). Sum of RGB (Red+Green+Blue) = 118+98+130=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #766282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766282 is #899D7D. Grayscale: #6B6B6B. Windows color (decimal): -9018750 or 8544886. OLE color: 8544886.
HSL color Cylindrical-coordinate representation of color #766282: hue angle of 277.5º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766282 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 98 | 130 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.49 |
| HSL | 277.5º | 0.14% | 0.45% | - |
| HSV(B) | 277.5º | 0.25% | 0.51% | - |
| XYZ | 15.87 | 14.2 | 23.02 | - |
| YUV | 107.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 130 | 0.09 | 0.25 | 0 | 0.49 | 277.5 | 0.14 | 0.45 |
| Hex | 76 | 62 | 82 | 9 | 19 | 0 | 31 | 116 | E | 2D |
| Octal | 166 | 142 | 202 | 11 | 31 | 0 | 61 | 426 | 16 | 55 |
| Binary | 1110110 | 1100010 | 10000010 | 1001 | 11001 | 0 | 110001 | 100010110 | 1110 | 101101 |
Color Harmonies of #766282
Complementary color
Monochromatic Colors of #766282
Black with #766282
Text Example
Text Example
White with #766282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766282; }
p { color: rgb(118,98,130); }
H1.HeaderClassName
{
color: #766282;
}
.AnyTagClassName
{
color: #766282;
}
</style>
background-color css
<style>
a { background-color: #766282; }
a { background-color: rgb(118,98,130); }
div.DivClassName
{
background-color: #766282;
}
.BgClassName
{
background-color: #766282;
}
</style>
border-color css
<style>
span { border-color: #766282; }
span { border-color: rgb(118,98,130); }
td.TdClassName
{
border-color: #766282;
}
.TagClassName
{
border-color: #766282;
}
</style>