Shades of Mamba #766B7F
Tints of Mamba #766B7F
RGB
CMYK
RGB Variations
Color information
#766B7F (or 0x766B7F) is known color: Mamba. HEX triplet: 76, 6B and 7F. RGB value is (118,107,127). Sum of RGB (Red+Green+Blue) = 118+107+127=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 127 - color contains mainly: blue. Hex color #766B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B7F is #899480. Grayscale: #707070. Windows color (decimal): -9016449 or 8350582. OLE color: 8350582.
HSL color Cylindrical-coordinate representation of color #766B7F: hue angle of 273º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #766B7F is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 107 | 127 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.50 |
| HSL | 273º | 0.09% | 0.46% | - |
| HSV(B) | 273º | 0.16% | 0.5% | - |
| XYZ | 16.56 | 15.9 | 22.27 | - |
| YUV | 112.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 127 | 0.07 | 0.16 | 0 | 0.50 | 273 | 0.09 | 0.46 |
| Hex | 76 | 6B | 7F | 7 | 10 | 0 | 32 | 111 | 9 | 2E |
| Octal | 166 | 153 | 177 | 7 | 20 | 0 | 62 | 421 | 11 | 56 |
| Binary | 1110110 | 1101011 | 1111111 | 111 | 10000 | 0 | 110010 | 100010001 | 1001 | 101110 |
Color Harmonies of #766B7F
Complementary color
Monochromatic Colors of #766B7F
Black with #766B7F
Text Example
Text Example
White with #766B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B7F; }
p { color: rgb(118,107,127); }
H1.HeaderClassName
{
color: #766B7F;
}
.AnyTagClassName
{
color: #766B7F;
}
</style>
background-color css
<style>
a { background-color: #766B7F; }
a { background-color: rgb(118,107,127); }
div.DivClassName
{
background-color: #766B7F;
}
.BgClassName
{
background-color: #766B7F;
}
</style>
border-color css
<style>
span { border-color: #766B7F; }
span { border-color: rgb(118,107,127); }
td.TdClassName
{
border-color: #766B7F;
}
.TagClassName
{
border-color: #766B7F;
}
</style>