Shades of Mamba #857988
Tints of Mamba #857988
RGB
CMYK
RGB Variations
Color information
#857988 (or 0x857988) is known color: Mamba. HEX triplet: 85, 79 and 88. RGB value is (133,121,136). Sum of RGB (Red+Green+Blue) = 133+121+136=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 136 - color contains mainly: blue. Hex color #857988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857988 is #7A8677. Grayscale: #7E7E7E. Windows color (decimal): -8029816 or 8944005. OLE color: 8944005.
HSL color Cylindrical-coordinate representation of color #857988: hue angle of 288º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #857988 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 121 | 136 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.47 |
| HSL | 288º | 0.06% | 0.5% | - |
| HSV(B) | 288º | 0.11% | 0.53% | - |
| XYZ | 20.95 | 20.44 | 26.13 | - |
| YUV | 126.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 121 | 136 | 0.02 | 0.11 | 0 | 0.47 | 288 | 0.06 | 0.5 |
| Hex | 85 | 79 | 88 | 2 | B | 0 | 2F | 120 | 6 | 32 |
| Octal | 205 | 171 | 210 | 2 | 13 | 0 | 57 | 440 | 6 | 62 |
| Binary | 10000101 | 1111001 | 10001000 | 10 | 1011 | 0 | 101111 | 100100000 | 110 | 110010 |
Color Harmonies of #857988
Complementary color
Monochromatic Colors of #857988
Black with #857988
Text Example
Text Example
White with #857988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857988; }
p { color: rgb(133,121,136); }
H1.HeaderClassName
{
color: #857988;
}
.AnyTagClassName
{
color: #857988;
}
</style>
background-color css
<style>
a { background-color: #857988; }
a { background-color: rgb(133,121,136); }
div.DivClassName
{
background-color: #857988;
}
.BgClassName
{
background-color: #857988;
}
</style>
border-color css
<style>
span { border-color: #857988; }
span { border-color: rgb(133,121,136); }
td.TdClassName
{
border-color: #857988;
}
.TagClassName
{
border-color: #857988;
}
</style>