Shades of Mamba #766788
Tints of Mamba #766788
RGB
CMYK
RGB Variations
Color information
#766788 (or 0x766788) is known color: Mamba. HEX triplet: 76, 67 and 88. RGB value is (118,103,136). Sum of RGB (Red+Green+Blue) = 118+103+136=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 136 - color contains mainly: blue. Hex color #766788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766788 is #899877. Grayscale: #6F6F6F. Windows color (decimal): -9017464 or 8939382. OLE color: 8939382.
HSL color Cylindrical-coordinate representation of color #766788: hue angle of 267.27º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #766788 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 103 | 136 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.47 |
| HSL | 267.27º | 0.14% | 0.47% | - |
| HSV(B) | 267.27º | 0.24% | 0.53% | - |
| XYZ | 16.77 | 15.33 | 25.37 | - |
| YUV | 111.25 | 141.97 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 103 | 136 | 0.13 | 0.24 | 0 | 0.47 | 267.27 | 0.14 | 0.47 |
| Hex | 76 | 67 | 88 | D | 18 | 0 | 2F | 10B | E | 2F |
| Octal | 166 | 147 | 210 | 15 | 30 | 0 | 57 | 413 | 16 | 57 |
| Binary | 1110110 | 1100111 | 10001000 | 1101 | 11000 | 0 | 101111 | 100001011 | 1110 | 101111 |
Color Harmonies of #766788
Complementary color
Monochromatic Colors of #766788
Black with #766788
Text Example
Text Example
White with #766788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766788; }
p { color: rgb(118,103,136); }
H1.HeaderClassName
{
color: #766788;
}
.AnyTagClassName
{
color: #766788;
}
</style>
background-color css
<style>
a { background-color: #766788; }
a { background-color: rgb(118,103,136); }
div.DivClassName
{
background-color: #766788;
}
.BgClassName
{
background-color: #766788;
}
</style>
border-color css
<style>
span { border-color: #766788; }
span { border-color: rgb(118,103,136); }
td.TdClassName
{
border-color: #766788;
}
.TagClassName
{
border-color: #766788;
}
</style>