Shades of Mamba #766885
Tints of Mamba #766885
RGB
CMYK
RGB Variations
Color information
#766885 (or 0x766885) is known color: Mamba. HEX triplet: 76, 68 and 85. RGB value is (118,104,133). Sum of RGB (Red+Green+Blue) = 118+104+133=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #766885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766885 is #89977A. Grayscale: #6F6F6F. Windows color (decimal): -9017211 or 8743030. OLE color: 8743030.
HSL color Cylindrical-coordinate representation of color #766885: hue angle of 268.97º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #766885 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 104 | 133 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.48 |
| HSL | 268.97º | 0.12% | 0.46% | - |
| HSV(B) | 268.97º | 0.22% | 0.52% | - |
| XYZ | 16.66 | 15.45 | 24.29 | - |
| YUV | 111.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 133 | 0.11 | 0.22 | 0 | 0.48 | 268.97 | 0.12 | 0.46 |
| Hex | 76 | 68 | 85 | B | 16 | 0 | 30 | 10D | C | 2E |
| Octal | 166 | 150 | 205 | 13 | 26 | 0 | 60 | 415 | 14 | 56 |
| Binary | 1110110 | 1101000 | 10000101 | 1011 | 10110 | 0 | 110000 | 100001101 | 1100 | 101110 |
Color Harmonies of #766885
Complementary color
Monochromatic Colors of #766885
Black with #766885
Text Example
Text Example
White with #766885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766885; }
p { color: rgb(118,104,133); }
H1.HeaderClassName
{
color: #766885;
}
.AnyTagClassName
{
color: #766885;
}
</style>
background-color css
<style>
a { background-color: #766885; }
a { background-color: rgb(118,104,133); }
div.DivClassName
{
background-color: #766885;
}
.BgClassName
{
background-color: #766885;
}
</style>
border-color css
<style>
span { border-color: #766885; }
span { border-color: rgb(118,104,133); }
td.TdClassName
{
border-color: #766885;
}
.TagClassName
{
border-color: #766885;
}
</style>