Shades of Mamba #806C8C
Tints of Mamba #806C8C
RGB
CMYK
RGB Variations
Color information
#806C8C (or 0x806C8C) is known color: Mamba. HEX triplet: 80, 6C and 8C. RGB value is (128,108,140). Sum of RGB (Red+Green+Blue) = 128+108+140=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 140 - color contains mainly: blue. Hex color #806C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806C8C is #7F9373. Grayscale: #757575. Windows color (decimal): -8360820 or 9202816. OLE color: 9202816.
HSL color Cylindrical-coordinate representation of color #806C8C: hue angle of 277.5º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #806C8C is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 108 | 140 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.45 |
| HSL | 277.5º | 0.13% | 0.49% | - |
| HSV(B) | 277.5º | 0.23% | 0.55% | - |
| XYZ | 19 | 17.21 | 27.13 | - |
| YUV | 117.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 140 | 0.09 | 0.23 | 0 | 0.45 | 277.5 | 0.13 | 0.49 |
| Hex | 80 | 6C | 8C | 9 | 17 | 0 | 2D | 116 | D | 31 |
| Octal | 200 | 154 | 214 | 11 | 27 | 0 | 55 | 426 | 15 | 61 |
| Binary | 10000000 | 1101100 | 10001100 | 1001 | 10111 | 0 | 101101 | 100010110 | 1101 | 110001 |
Color Harmonies of #806C8C
Complementary color
Monochromatic Colors of #806C8C
Black with #806C8C
Text Example
Text Example
White with #806C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806C8C; }
p { color: rgb(128,108,140); }
H1.HeaderClassName
{
color: #806C8C;
}
.AnyTagClassName
{
color: #806C8C;
}
</style>
background-color css
<style>
a { background-color: #806C8C; }
a { background-color: rgb(128,108,140); }
div.DivClassName
{
background-color: #806C8C;
}
.BgClassName
{
background-color: #806C8C;
}
</style>
border-color css
<style>
span { border-color: #806C8C; }
span { border-color: rgb(128,108,140); }
td.TdClassName
{
border-color: #806C8C;
}
.TagClassName
{
border-color: #806C8C;
}
</style>