Shades of Mamba #80678A
Tints of Mamba #80678A
RGB
CMYK
RGB Variations
Color information
#80678A (or 0x80678A) is known color: Mamba. HEX triplet: 80, 67 and 8A. RGB value is (128,103,138). Sum of RGB (Red+Green+Blue) = 128+103+138=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 138 - color contains mainly: blue. Hex color #80678A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80678A is #7F9875. Grayscale: #727272. Windows color (decimal): -8362102 or 9070464. OLE color: 9070464.
HSL color Cylindrical-coordinate representation of color #80678A: hue angle of 282.86º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80678A is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 103 | 138 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.46 |
| HSL | 282.86º | 0.15% | 0.47% | - |
| HSV(B) | 282.86º | 0.25% | 0.54% | - |
| XYZ | 18.34 | 16.12 | 26.19 | - |
| YUV | 114.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 138 | 0.07 | 0.25 | 0 | 0.46 | 282.86 | 0.15 | 0.47 |
| Hex | 80 | 67 | 8A | 7 | 19 | 0 | 2E | 11B | F | 2F |
| Octal | 200 | 147 | 212 | 7 | 31 | 0 | 56 | 433 | 17 | 57 |
| Binary | 10000000 | 1100111 | 10001010 | 111 | 11001 | 0 | 101110 | 100011011 | 1111 | 101111 |
Color Harmonies of #80678A
Complementary color
Monochromatic Colors of #80678A
Black with #80678A
Text Example
Text Example
White with #80678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80678A; }
p { color: rgb(128,103,138); }
H1.HeaderClassName
{
color: #80678A;
}
.AnyTagClassName
{
color: #80678A;
}
</style>
background-color css
<style>
a { background-color: #80678A; }
a { background-color: rgb(128,103,138); }
div.DivClassName
{
background-color: #80678A;
}
.BgClassName
{
background-color: #80678A;
}
</style>
border-color css
<style>
span { border-color: #80678A; }
span { border-color: rgb(128,103,138); }
td.TdClassName
{
border-color: #80678A;
}
.TagClassName
{
border-color: #80678A;
}
</style>