Shades of Mamba #807288
Tints of Mamba #807288
RGB
CMYK
RGB Variations
Color information
#807288 (or 0x807288) is known color: Mamba. HEX triplet: 80, 72 and 88. RGB value is (128,114,136). Sum of RGB (Red+Green+Blue) = 128+114+136=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 136 - color contains mainly: blue. Hex color #807288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807288 is #7F8D77. Grayscale: #787878. Windows color (decimal): -8359288 or 8942208. OLE color: 8942208.
HSL color Cylindrical-coordinate representation of color #807288: hue angle of 278.18º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #807288 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 114 | 136 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.47 |
| HSL | 278.18º | 0.09% | 0.49% | - |
| HSV(B) | 278.18º | 0.16% | 0.53% | - |
| XYZ | 19.36 | 18.4 | 25.82 | - |
| YUV | 120.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 136 | 0.06 | 0.16 | 0 | 0.47 | 278.18 | 0.09 | 0.49 |
| Hex | 80 | 72 | 88 | 6 | 10 | 0 | 2F | 116 | 9 | 31 |
| Octal | 200 | 162 | 210 | 6 | 20 | 0 | 57 | 426 | 11 | 61 |
| Binary | 10000000 | 1110010 | 10001000 | 110 | 10000 | 0 | 101111 | 100010110 | 1001 | 110001 |
Color Harmonies of #807288
Complementary color
Monochromatic Colors of #807288
Black with #807288
Text Example
Text Example
White with #807288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807288; }
p { color: rgb(128,114,136); }
H1.HeaderClassName
{
color: #807288;
}
.AnyTagClassName
{
color: #807288;
}
</style>
background-color css
<style>
a { background-color: #807288; }
a { background-color: rgb(128,114,136); }
div.DivClassName
{
background-color: #807288;
}
.BgClassName
{
background-color: #807288;
}
</style>
border-color css
<style>
span { border-color: #807288; }
span { border-color: rgb(128,114,136); }
td.TdClassName
{
border-color: #807288;
}
.TagClassName
{
border-color: #807288;
}
</style>