Shades of Mamba #867A89
Tints of Mamba #867A89
RGB
CMYK
RGB Variations
Color information
#867A89 (or 0x867A89) is known color: Mamba. HEX triplet: 86, 7A and 89. RGB value is (134,122,137). Sum of RGB (Red+Green+Blue) = 134+122+137=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 137 - color contains mainly: blue. Hex color #867A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867A89 is #798576. Grayscale: #7F7F7F. Windows color (decimal): -7964023 or 9009798. OLE color: 9009798.
HSL color Cylindrical-coordinate representation of color #867A89: hue angle of 288º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #867A89 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 122 | 137 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.46 |
| HSL | 288º | 0.06% | 0.51% | - |
| HSV(B) | 288º | 0.11% | 0.54% | - |
| XYZ | 21.31 | 20.79 | 26.56 | - |
| YUV | 127.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 137 | 0.02 | 0.11 | 0 | 0.46 | 288 | 0.06 | 0.51 |
| Hex | 86 | 7A | 89 | 2 | B | 0 | 2E | 120 | 6 | 33 |
| Octal | 206 | 172 | 211 | 2 | 13 | 0 | 56 | 440 | 6 | 63 |
| Binary | 10000110 | 1111010 | 10001001 | 10 | 1011 | 0 | 101110 | 100100000 | 110 | 110011 |
Color Harmonies of #867A89
Complementary color
Monochromatic Colors of #867A89
Black with #867A89
Text Example
Text Example
White with #867A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867A89; }
p { color: rgb(134,122,137); }
H1.HeaderClassName
{
color: #867A89;
}
.AnyTagClassName
{
color: #867A89;
}
</style>
background-color css
<style>
a { background-color: #867A89; }
a { background-color: rgb(134,122,137); }
div.DivClassName
{
background-color: #867A89;
}
.BgClassName
{
background-color: #867A89;
}
</style>
border-color css
<style>
span { border-color: #867A89; }
span { border-color: rgb(134,122,137); }
td.TdClassName
{
border-color: #867A89;
}
.TagClassName
{
border-color: #867A89;
}
</style>