Shades of Mamba #766585
Tints of Mamba #766585
RGB
CMYK
RGB Variations
Color information
#766585 (or 0x766585) is known color: Mamba. HEX triplet: 76, 65 and 85. RGB value is (118,101,133). Sum of RGB (Red+Green+Blue) = 118+101+133=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 133 - color contains mainly: blue. Hex color #766585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766585 is #899A7A. Grayscale: #6D6D6D. Windows color (decimal): -9017979 or 8742262. OLE color: 8742262.
HSL color Cylindrical-coordinate representation of color #766585: hue angle of 271.88º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #766585 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 101 | 133 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.48 |
| HSL | 271.88º | 0.14% | 0.46% | - |
| HSV(B) | 271.88º | 0.24% | 0.52% | - |
| XYZ | 16.36 | 14.85 | 24.19 | - |
| YUV | 109.73 | 141.13 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 101 | 133 | 0.11 | 0.24 | 0 | 0.48 | 271.88 | 0.14 | 0.46 |
| Hex | 76 | 65 | 85 | B | 18 | 0 | 30 | 110 | E | 2E |
| Octal | 166 | 145 | 205 | 13 | 30 | 0 | 60 | 420 | 16 | 56 |
| Binary | 1110110 | 1100101 | 10000101 | 1011 | 11000 | 0 | 110000 | 100010000 | 1110 | 101110 |
Color Harmonies of #766585
Complementary color
Monochromatic Colors of #766585
Black with #766585
Text Example
Text Example
White with #766585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766585; }
p { color: rgb(118,101,133); }
H1.HeaderClassName
{
color: #766585;
}
.AnyTagClassName
{
color: #766585;
}
</style>
background-color css
<style>
a { background-color: #766585; }
a { background-color: rgb(118,101,133); }
div.DivClassName
{
background-color: #766585;
}
.BgClassName
{
background-color: #766585;
}
</style>
border-color css
<style>
span { border-color: #766585; }
span { border-color: rgb(118,101,133); }
td.TdClassName
{
border-color: #766585;
}
.TagClassName
{
border-color: #766585;
}
</style>