Shades of Mamba #837686
Tints of Mamba #837686
RGB
CMYK
RGB Variations
Color information
#837686 (or 0x837686) is known color: Mamba. HEX triplet: 83, 76 and 86. RGB value is (131,118,134). Sum of RGB (Red+Green+Blue) = 131+118+134=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 134 - color contains mainly: blue. Hex color #837686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837686 is #7C8979. Grayscale: #7B7B7B. Windows color (decimal): -8161658 or 8812163. OLE color: 8812163.
HSL color Cylindrical-coordinate representation of color #837686: hue angle of 288.75º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #837686 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 118 | 134 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.47 |
| HSL | 288.75º | 0.06% | 0.49% | - |
| HSV(B) | 288.75º | 0.12% | 0.53% | - |
| XYZ | 20.14 | 19.5 | 25.26 | - |
| YUV | 123.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 118 | 134 | 0.02 | 0.12 | 0 | 0.47 | 288.75 | 0.06 | 0.49 |
| Hex | 83 | 76 | 86 | 2 | C | 0 | 2F | 121 | 6 | 31 |
| Octal | 203 | 166 | 206 | 2 | 14 | 0 | 57 | 441 | 6 | 61 |
| Binary | 10000011 | 1110110 | 10000110 | 10 | 1100 | 0 | 101111 | 100100001 | 110 | 110001 |
Color Harmonies of #837686
Complementary color
Monochromatic Colors of #837686
Black with #837686
Text Example
Text Example
White with #837686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837686; }
p { color: rgb(131,118,134); }
H1.HeaderClassName
{
color: #837686;
}
.AnyTagClassName
{
color: #837686;
}
</style>
background-color css
<style>
a { background-color: #837686; }
a { background-color: rgb(131,118,134); }
div.DivClassName
{
background-color: #837686;
}
.BgClassName
{
background-color: #837686;
}
</style>
border-color css
<style>
span { border-color: #837686; }
span { border-color: rgb(131,118,134); }
td.TdClassName
{
border-color: #837686;
}
.TagClassName
{
border-color: #837686;
}
</style>