Shades of Mamba #807187
Tints of Mamba #807187
RGB
CMYK
RGB Variations
Color information
#807187 (or 0x807187) is known color: Mamba. HEX triplet: 80, 71 and 87. RGB value is (128,113,135). Sum of RGB (Red+Green+Blue) = 128+113+135=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 135 - color contains mainly: blue. Hex color #807187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807187 is #7F8E78. Grayscale: #777777. Windows color (decimal): -8359545 or 8876416. OLE color: 8876416.
HSL color Cylindrical-coordinate representation of color #807187: hue angle of 280.91º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #807187 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 113 | 135 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.47 |
| HSL | 280.91º | 0.09% | 0.49% | - |
| HSV(B) | 280.91º | 0.16% | 0.53% | - |
| XYZ | 19.18 | 18.15 | 25.41 | - |
| YUV | 119.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 135 | 0.05 | 0.16 | 0 | 0.47 | 280.91 | 0.09 | 0.49 |
| Hex | 80 | 71 | 87 | 5 | 10 | 0 | 2F | 119 | 9 | 31 |
| Octal | 200 | 161 | 207 | 5 | 20 | 0 | 57 | 431 | 11 | 61 |
| Binary | 10000000 | 1110001 | 10000111 | 101 | 10000 | 0 | 101111 | 100011001 | 1001 | 110001 |
Color Harmonies of #807187
Complementary color
Monochromatic Colors of #807187
Black with #807187
Text Example
Text Example
White with #807187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807187; }
p { color: rgb(128,113,135); }
H1.HeaderClassName
{
color: #807187;
}
.AnyTagClassName
{
color: #807187;
}
</style>
background-color css
<style>
a { background-color: #807187; }
a { background-color: rgb(128,113,135); }
div.DivClassName
{
background-color: #807187;
}
.BgClassName
{
background-color: #807187;
}
</style>
border-color css
<style>
span { border-color: #807187; }
span { border-color: rgb(128,113,135); }
td.TdClassName
{
border-color: #807187;
}
.TagClassName
{
border-color: #807187;
}
</style>