Shades of Mamba #766188
Tints of Mamba #766188
RGB
CMYK
RGB Variations
Color information
#766188 (or 0x766188) is known color: Mamba. HEX triplet: 76, 61 and 88. RGB value is (118,97,136). Sum of RGB (Red+Green+Blue) = 118+97+136=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 136 - color contains mainly: blue. Hex color #766188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766188 is #899E77. Grayscale: #6B6B6B. Windows color (decimal): -9019000 or 8937846. OLE color: 8937846.
HSL color Cylindrical-coordinate representation of color #766188: hue angle of 272.31º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #766188 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 97 | 136 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.47 |
| HSL | 272.31º | 0.17% | 0.46% | - |
| HSV(B) | 272.31º | 0.29% | 0.53% | - |
| XYZ | 16.19 | 14.18 | 25.18 | - |
| YUV | 107.73 | 143.96 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 97 | 136 | 0.13 | 0.29 | 0 | 0.47 | 272.31 | 0.17 | 0.46 |
| Hex | 76 | 61 | 88 | D | 1D | 0 | 2F | 110 | 11 | 2E |
| Octal | 166 | 141 | 210 | 15 | 35 | 0 | 57 | 420 | 21 | 56 |
| Binary | 1110110 | 1100001 | 10001000 | 1101 | 11101 | 0 | 101111 | 100010000 | 10001 | 101110 |
Color Harmonies of #766188
Complementary color
Monochromatic Colors of #766188
Black with #766188
Text Example
Text Example
White with #766188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766188; }
p { color: rgb(118,97,136); }
H1.HeaderClassName
{
color: #766188;
}
.AnyTagClassName
{
color: #766188;
}
</style>
background-color css
<style>
a { background-color: #766188; }
a { background-color: rgb(118,97,136); }
div.DivClassName
{
background-color: #766188;
}
.BgClassName
{
background-color: #766188;
}
</style>
border-color css
<style>
span { border-color: #766188; }
span { border-color: rgb(118,97,136); }
td.TdClassName
{
border-color: #766188;
}
.TagClassName
{
border-color: #766188;
}
</style>