Shades of Mamba #766B7C
Tints of Mamba #766B7C
RGB
CMYK
RGB Variations
Color information
#766B7C (or 0x766B7C) is known color: Mamba. HEX triplet: 76, 6B and 7C. RGB value is (118,107,124). Sum of RGB (Red+Green+Blue) = 118+107+124=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 124 - color contains mainly: blue. Hex color #766B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B7C is #899483. Grayscale: #707070. Windows color (decimal): -9016452 or 8153974. OLE color: 8153974.
HSL color Cylindrical-coordinate representation of color #766B7C: hue angle of 278.82º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #766B7C is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 107 | 124 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.51 |
| HSL | 278.82º | 0.07% | 0.45% | - |
| HSV(B) | 278.82º | 0.14% | 0.49% | - |
| XYZ | 16.37 | 15.82 | 21.26 | - |
| YUV | 112.23 | 134.64 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 124 | 0.05 | 0.14 | 0 | 0.51 | 278.82 | 0.07 | 0.45 |
| Hex | 76 | 6B | 7C | 5 | E | 0 | 33 | 117 | 7 | 2D |
| Octal | 166 | 153 | 174 | 5 | 16 | 0 | 63 | 427 | 7 | 55 |
| Binary | 1110110 | 1101011 | 1111100 | 101 | 1110 | 0 | 110011 | 100010111 | 111 | 101101 |
Color Harmonies of #766B7C
Complementary color
Monochromatic Colors of #766B7C
Black with #766B7C
Text Example
Text Example
White with #766B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B7C; }
p { color: rgb(118,107,124); }
H1.HeaderClassName
{
color: #766B7C;
}
.AnyTagClassName
{
color: #766B7C;
}
</style>
background-color css
<style>
a { background-color: #766B7C; }
a { background-color: rgb(118,107,124); }
div.DivClassName
{
background-color: #766B7C;
}
.BgClassName
{
background-color: #766B7C;
}
</style>
border-color css
<style>
span { border-color: #766B7C; }
span { border-color: rgb(118,107,124); }
td.TdClassName
{
border-color: #766B7C;
}
.TagClassName
{
border-color: #766B7C;
}
</style>