Shades of Mamba #766385
Tints of Mamba #766385
RGB
CMYK
RGB Variations
Color information
#766385 (or 0x766385) is known color: Mamba. HEX triplet: 76, 63 and 85. RGB value is (118,99,133). Sum of RGB (Red+Green+Blue) = 118+99+133=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #766385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766385 is #899C7A. Grayscale: #6C6C6C. Windows color (decimal): -9018491 or 8741750. OLE color: 8741750.
HSL color Cylindrical-coordinate representation of color #766385: hue angle of 273.53º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #766385 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 99 | 133 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.48 |
| HSL | 273.53º | 0.15% | 0.45% | - |
| HSV(B) | 273.53º | 0.26% | 0.52% | - |
| XYZ | 16.17 | 14.47 | 24.13 | - |
| YUV | 108.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 99 | 133 | 0.11 | 0.26 | 0 | 0.48 | 273.53 | 0.15 | 0.45 |
| Hex | 76 | 63 | 85 | B | 1A | 0 | 30 | 112 | F | 2D |
| Octal | 166 | 143 | 205 | 13 | 32 | 0 | 60 | 422 | 17 | 55 |
| Binary | 1110110 | 1100011 | 10000101 | 1011 | 11010 | 0 | 110000 | 100010010 | 1111 | 101101 |
Color Harmonies of #766385
Complementary color
Monochromatic Colors of #766385
Black with #766385
Text Example
Text Example
White with #766385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766385; }
p { color: rgb(118,99,133); }
H1.HeaderClassName
{
color: #766385;
}
.AnyTagClassName
{
color: #766385;
}
</style>
background-color css
<style>
a { background-color: #766385; }
a { background-color: rgb(118,99,133); }
div.DivClassName
{
background-color: #766385;
}
.BgClassName
{
background-color: #766385;
}
</style>
border-color css
<style>
span { border-color: #766385; }
span { border-color: rgb(118,99,133); }
td.TdClassName
{
border-color: #766385;
}
.TagClassName
{
border-color: #766385;
}
</style>