Shades of Mamba #85748B
Tints of Mamba #85748B
RGB
CMYK
RGB Variations
Color information
#85748B (or 0x85748B) is known color: Mamba. HEX triplet: 85, 74 and 8B. RGB value is (133,116,139). Sum of RGB (Red+Green+Blue) = 133+116+139=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 139 - color contains mainly: blue. Hex color #85748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85748B is #7A8B74. Grayscale: #7B7B7B. Windows color (decimal): -8031093 or 9139333. OLE color: 9139333.
HSL color Cylindrical-coordinate representation of color #85748B: hue angle of 284.35º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85748B is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 116 | 139 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.45 |
| HSL | 284.35º | 0.09% | 0.5% | - |
| HSV(B) | 284.35º | 0.17% | 0.55% | - |
| XYZ | 20.58 | 19.34 | 27.07 | - |
| YUV | 123.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 139 | 0.04 | 0.17 | 0 | 0.45 | 284.35 | 0.09 | 0.5 |
| Hex | 85 | 74 | 8B | 4 | 11 | 0 | 2D | 11C | 9 | 32 |
| Octal | 205 | 164 | 213 | 4 | 21 | 0 | 55 | 434 | 11 | 62 |
| Binary | 10000101 | 1110100 | 10001011 | 100 | 10001 | 0 | 101101 | 100011100 | 1001 | 110010 |
Color Harmonies of #85748B
Complementary color
Monochromatic Colors of #85748B
Black with #85748B
Text Example
Text Example
White with #85748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85748B; }
p { color: rgb(133,116,139); }
H1.HeaderClassName
{
color: #85748B;
}
.AnyTagClassName
{
color: #85748B;
}
</style>
background-color css
<style>
a { background-color: #85748B; }
a { background-color: rgb(133,116,139); }
div.DivClassName
{
background-color: #85748B;
}
.BgClassName
{
background-color: #85748B;
}
</style>
border-color css
<style>
span { border-color: #85748B; }
span { border-color: rgb(133,116,139); }
td.TdClassName
{
border-color: #85748B;
}
.TagClassName
{
border-color: #85748B;
}
</style>