Shades of Mamba #807085
Tints of Mamba #807085
RGB
CMYK
RGB Variations
Color information
#807085 (or 0x807085) is known color: Mamba. HEX triplet: 80, 70 and 85. RGB value is (128,112,133). Sum of RGB (Red+Green+Blue) = 128+112+133=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 133 - color contains mainly: blue. Hex color #807085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807085 is #7F8F7A. Grayscale: #777777. Windows color (decimal): -8359803 or 8745088. OLE color: 8745088.
HSL color Cylindrical-coordinate representation of color #807085: hue angle of 285.71º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #807085 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 112 | 133 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.48 |
| HSL | 285.71º | 0.09% | 0.48% | - |
| HSV(B) | 285.71º | 0.16% | 0.52% | - |
| XYZ | 18.93 | 17.87 | 24.64 | - |
| YUV | 119.18 | 135.8 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 133 | 0.04 | 0.16 | 0 | 0.48 | 285.71 | 0.09 | 0.48 |
| Hex | 80 | 70 | 85 | 4 | 10 | 0 | 30 | 11E | 9 | 30 |
| Octal | 200 | 160 | 205 | 4 | 20 | 0 | 60 | 436 | 11 | 60 |
| Binary | 10000000 | 1110000 | 10000101 | 100 | 10000 | 0 | 110000 | 100011110 | 1001 | 110000 |
Color Harmonies of #807085
Complementary color
Monochromatic Colors of #807085
Black with #807085
Text Example
Text Example
White with #807085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807085; }
p { color: rgb(128,112,133); }
H1.HeaderClassName
{
color: #807085;
}
.AnyTagClassName
{
color: #807085;
}
</style>
background-color css
<style>
a { background-color: #807085; }
a { background-color: rgb(128,112,133); }
div.DivClassName
{
background-color: #807085;
}
.BgClassName
{
background-color: #807085;
}
</style>
border-color css
<style>
span { border-color: #807085; }
span { border-color: rgb(128,112,133); }
td.TdClassName
{
border-color: #807085;
}
.TagClassName
{
border-color: #807085;
}
</style>