Shades of Mamba #766688
Tints of Mamba #766688
RGB
CMYK
RGB Variations
Color information
#766688 (or 0x766688) is known color: Mamba. HEX triplet: 76, 66 and 88. RGB value is (118,102,136). Sum of RGB (Red+Green+Blue) = 118+102+136=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 136 - color contains mainly: blue. Hex color #766688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766688 is #899977. Grayscale: #6E6E6E. Windows color (decimal): -9017720 or 8939126. OLE color: 8939126.
HSL color Cylindrical-coordinate representation of color #766688: hue angle of 268.24º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766688 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 102 | 136 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.47 |
| HSL | 268.24º | 0.14% | 0.47% | - |
| HSV(B) | 268.24º | 0.25% | 0.53% | - |
| XYZ | 16.67 | 15.13 | 25.33 | - |
| YUV | 110.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 136 | 0.13 | 0.25 | 0 | 0.47 | 268.24 | 0.14 | 0.47 |
| Hex | 76 | 66 | 88 | D | 19 | 0 | 2F | 10C | E | 2F |
| Octal | 166 | 146 | 210 | 15 | 31 | 0 | 57 | 414 | 16 | 57 |
| Binary | 1110110 | 1100110 | 10001000 | 1101 | 11001 | 0 | 101111 | 100001100 | 1110 | 101111 |
Color Harmonies of #766688
Complementary color
Monochromatic Colors of #766688
Black with #766688
Text Example
Text Example
White with #766688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766688; }
p { color: rgb(118,102,136); }
H1.HeaderClassName
{
color: #766688;
}
.AnyTagClassName
{
color: #766688;
}
</style>
background-color css
<style>
a { background-color: #766688; }
a { background-color: rgb(118,102,136); }
div.DivClassName
{
background-color: #766688;
}
.BgClassName
{
background-color: #766688;
}
</style>
border-color css
<style>
span { border-color: #766688; }
span { border-color: rgb(118,102,136); }
td.TdClassName
{
border-color: #766688;
}
.TagClassName
{
border-color: #766688;
}
</style>