Shades of Mamba #837187
Tints of Mamba #837187
RGB
CMYK
RGB Variations
Color information
#837187 (or 0x837187) is known color: Mamba. HEX triplet: 83, 71 and 87. RGB value is (131,113,135). Sum of RGB (Red+Green+Blue) = 131+113+135=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 135 - color contains mainly: blue. Hex color #837187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837187 is #7C8E78. Grayscale: #787878. Windows color (decimal): -8162937 or 8876419. OLE color: 8876419.
HSL color Cylindrical-coordinate representation of color #837187: hue angle of 289.09º 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 #837187 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 113 | 135 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.47 |
| HSL | 289.09º | 0.09% | 0.49% | - |
| HSV(B) | 289.09º | 0.16% | 0.53% | - |
| XYZ | 19.64 | 18.38 | 25.44 | - |
| YUV | 120.89 | 135.96 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 135 | 0.03 | 0.16 | 0 | 0.47 | 289.09 | 0.09 | 0.49 |
| Hex | 83 | 71 | 87 | 3 | 10 | 0 | 2F | 121 | 9 | 31 |
| Octal | 203 | 161 | 207 | 3 | 20 | 0 | 57 | 441 | 11 | 61 |
| Binary | 10000011 | 1110001 | 10000111 | 11 | 10000 | 0 | 101111 | 100100001 | 1001 | 110001 |
Color Harmonies of #837187
Complementary color
Monochromatic Colors of #837187
Black with #837187
Text Example
Text Example
White with #837187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837187; }
p { color: rgb(131,113,135); }
H1.HeaderClassName
{
color: #837187;
}
.AnyTagClassName
{
color: #837187;
}
</style>
background-color css
<style>
a { background-color: #837187; }
a { background-color: rgb(131,113,135); }
div.DivClassName
{
background-color: #837187;
}
.BgClassName
{
background-color: #837187;
}
</style>
border-color css
<style>
span { border-color: #837187; }
span { border-color: rgb(131,113,135); }
td.TdClassName
{
border-color: #837187;
}
.TagClassName
{
border-color: #837187;
}
</style>