Shades of Mamba #766182
Tints of Mamba #766182
RGB
CMYK
RGB Variations
Color information
#766182 (or 0x766182) is known color: Mamba. HEX triplet: 76, 61 and 82. RGB value is (118,97,130). Sum of RGB (Red+Green+Blue) = 118+97+130=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 130 - color contains mainly: blue. Hex color #766182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766182 is #899E7D. Grayscale: #6A6A6A. Windows color (decimal): -9019006 or 8544630. OLE color: 8544630.
HSL color Cylindrical-coordinate representation of color #766182: hue angle of 278.18º degrees, saturation: 0.15, 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 #766182 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 97 | 130 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.49 |
| HSL | 278.18º | 0.15% | 0.45% | - |
| HSV(B) | 278.18º | 0.25% | 0.51% | - |
| XYZ | 15.78 | 14.01 | 22.99 | - |
| YUV | 107.04 | 140.96 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 97 | 130 | 0.09 | 0.25 | 0 | 0.49 | 278.18 | 0.15 | 0.45 |
| Hex | 76 | 61 | 82 | 9 | 19 | 0 | 31 | 116 | F | 2D |
| Octal | 166 | 141 | 202 | 11 | 31 | 0 | 61 | 426 | 17 | 55 |
| Binary | 1110110 | 1100001 | 10000010 | 1001 | 11001 | 0 | 110001 | 100010110 | 1111 | 101101 |
Color Harmonies of #766182
Complementary color
Monochromatic Colors of #766182
Black with #766182
Text Example
Text Example
White with #766182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766182; }
p { color: rgb(118,97,130); }
H1.HeaderClassName
{
color: #766182;
}
.AnyTagClassName
{
color: #766182;
}
</style>
background-color css
<style>
a { background-color: #766182; }
a { background-color: rgb(118,97,130); }
div.DivClassName
{
background-color: #766182;
}
.BgClassName
{
background-color: #766182;
}
</style>
border-color css
<style>
span { border-color: #766182; }
span { border-color: rgb(118,97,130); }
td.TdClassName
{
border-color: #766182;
}
.TagClassName
{
border-color: #766182;
}
</style>