Shades of Mamba #806C8A
Tints of Mamba #806C8A
RGB
CMYK
RGB Variations
Color information
#806C8A (or 0x806C8A) is known color: Mamba. HEX triplet: 80, 6C and 8A. RGB value is (128,108,138). Sum of RGB (Red+Green+Blue) = 128+108+138=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 138 - color contains mainly: blue. Hex color #806C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806C8A is #7F9375. Grayscale: #757575. Windows color (decimal): -8360822 or 9071744. OLE color: 9071744.
HSL color Cylindrical-coordinate representation of color #806C8A: hue angle of 280º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #806C8A is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 108 | 138 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.46 |
| HSL | 280º | 0.12% | 0.48% | - |
| HSV(B) | 280º | 0.22% | 0.54% | - |
| XYZ | 18.85 | 17.15 | 26.36 | - |
| YUV | 117.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 138 | 0.07 | 0.22 | 0 | 0.46 | 280 | 0.12 | 0.48 |
| Hex | 80 | 6C | 8A | 7 | 16 | 0 | 2E | 118 | C | 30 |
| Octal | 200 | 154 | 212 | 7 | 26 | 0 | 56 | 430 | 14 | 60 |
| Binary | 10000000 | 1101100 | 10001010 | 111 | 10110 | 0 | 101110 | 100011000 | 1100 | 110000 |
Color Harmonies of #806C8A
Complementary color
Monochromatic Colors of #806C8A
Black with #806C8A
Text Example
Text Example
White with #806C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806C8A; }
p { color: rgb(128,108,138); }
H1.HeaderClassName
{
color: #806C8A;
}
.AnyTagClassName
{
color: #806C8A;
}
</style>
background-color css
<style>
a { background-color: #806C8A; }
a { background-color: rgb(128,108,138); }
div.DivClassName
{
background-color: #806C8A;
}
.BgClassName
{
background-color: #806C8A;
}
</style>
border-color css
<style>
span { border-color: #806C8A; }
span { border-color: rgb(128,108,138); }
td.TdClassName
{
border-color: #806C8A;
}
.TagClassName
{
border-color: #806C8A;
}
</style>