Shades of Mamba #766187
Tints of Mamba #766187
RGB
CMYK
RGB Variations
Color information
#766187 (or 0x766187) is known color: Mamba. HEX triplet: 76, 61 and 87. RGB value is (118,97,135). Sum of RGB (Red+Green+Blue) = 118+97+135=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 135 - color contains mainly: blue. Hex color #766187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766187 is #899E78. Grayscale: #6B6B6B. Windows color (decimal): -9019001 or 8872310. OLE color: 8872310.
HSL color Cylindrical-coordinate representation of color #766187: hue angle of 273.16º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #766187 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 97 | 135 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.47 |
| HSL | 273.16º | 0.16% | 0.45% | - |
| HSV(B) | 273.16º | 0.28% | 0.53% | - |
| XYZ | 16.12 | 14.15 | 24.8 | - |
| YUV | 107.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 97 | 135 | 0.13 | 0.28 | 0 | 0.47 | 273.16 | 0.16 | 0.45 |
| Hex | 76 | 61 | 87 | D | 1C | 0 | 2F | 111 | 10 | 2D |
| Octal | 166 | 141 | 207 | 15 | 34 | 0 | 57 | 421 | 20 | 55 |
| Binary | 1110110 | 1100001 | 10000111 | 1101 | 11100 | 0 | 101111 | 100010001 | 10000 | 101101 |
Color Harmonies of #766187
Complementary color
Monochromatic Colors of #766187
Black with #766187
Text Example
Text Example
White with #766187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766187; }
p { color: rgb(118,97,135); }
H1.HeaderClassName
{
color: #766187;
}
.AnyTagClassName
{
color: #766187;
}
</style>
background-color css
<style>
a { background-color: #766187; }
a { background-color: rgb(118,97,135); }
div.DivClassName
{
background-color: #766187;
}
.BgClassName
{
background-color: #766187;
}
</style>
border-color css
<style>
span { border-color: #766187; }
span { border-color: rgb(118,97,135); }
td.TdClassName
{
border-color: #766187;
}
.TagClassName
{
border-color: #766187;
}
</style>