Shades of Mamba #766A7D
Tints of Mamba #766A7D
RGB
CMYK
RGB Variations
Color information
#766A7D (or 0x766A7D) is known color: Mamba. HEX triplet: 76, 6A and 7D. RGB value is (118,106,125). Sum of RGB (Red+Green+Blue) = 118+106+125=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 125 - color contains mainly: blue. Hex color #766A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A7D is #899582. Grayscale: #6F6F6F. Windows color (decimal): -9016707 or 8219254. OLE color: 8219254.
HSL color Cylindrical-coordinate representation of color #766A7D: hue angle of 277.89º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #766A7D is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 106 | 125 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.51 |
| HSL | 277.89º | 0.08% | 0.45% | - |
| HSV(B) | 277.89º | 0.15% | 0.49% | - |
| XYZ | 16.33 | 15.64 | 21.56 | - |
| YUV | 111.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 125 | 0.06 | 0.15 | 0 | 0.51 | 277.89 | 0.08 | 0.45 |
| Hex | 76 | 6A | 7D | 6 | F | 0 | 33 | 116 | 8 | 2D |
| Octal | 166 | 152 | 175 | 6 | 17 | 0 | 63 | 426 | 10 | 55 |
| Binary | 1110110 | 1101010 | 1111101 | 110 | 1111 | 0 | 110011 | 100010110 | 1000 | 101101 |
Color Harmonies of #766A7D
Complementary color
Monochromatic Colors of #766A7D
Black with #766A7D
Text Example
Text Example
White with #766A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A7D; }
p { color: rgb(118,106,125); }
H1.HeaderClassName
{
color: #766A7D;
}
.AnyTagClassName
{
color: #766A7D;
}
</style>
background-color css
<style>
a { background-color: #766A7D; }
a { background-color: rgb(118,106,125); }
div.DivClassName
{
background-color: #766A7D;
}
.BgClassName
{
background-color: #766A7D;
}
</style>
border-color css
<style>
span { border-color: #766A7D; }
span { border-color: rgb(118,106,125); }
td.TdClassName
{
border-color: #766A7D;
}
.TagClassName
{
border-color: #766A7D;
}
</style>