Shades of Bandicoot #888756
Tints of Bandicoot #888756
RGB
CMYK
RGB Variations
Color information
#888756 (or 0x888756) is known color: Bandicoot. HEX triplet: 88, 87 and 56. RGB value is (136,135,86). Sum of RGB (Red+Green+Blue) = 136+135+86=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #888756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888756 is #7778A9. Grayscale: #818181. Windows color (decimal): -7829674 or 5670792. OLE color: 5670792.
HSL color Cylindrical-coordinate representation of color #888756: hue angle of 58.8º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #888756 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 135 | 86 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.47 |
| HSL | 58.8º | 0.23% | 0.44% | - |
| HSV(B) | 58.8º | 0.37% | 0.53% | - |
| XYZ | 20.5 | 23.23 | 12.21 | - |
| YUV | 129.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 86 | 0 | 0.01 | 0.37 | 0.47 | 58.8 | 0.23 | 0.44 |
| Hex | 88 | 87 | 56 | 0 | 1 | 25 | 2F | 3B | 17 | 2C |
| Octal | 210 | 207 | 126 | 0 | 1 | 45 | 57 | 73 | 27 | 54 |
| Binary | 10001000 | 10000111 | 1010110 | 0 | 1 | 100101 | 101111 | 111011 | 10111 | 101100 |
Color Harmonies of #888756
Complementary color
Monochromatic Colors of #888756
Black with #888756
Text Example
Text Example
White with #888756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888756; }
p { color: rgb(136,135,86); }
H1.HeaderClassName
{
color: #888756;
}
.AnyTagClassName
{
color: #888756;
}
</style>
background-color css
<style>
a { background-color: #888756; }
a { background-color: rgb(136,135,86); }
div.DivClassName
{
background-color: #888756;
}
.BgClassName
{
background-color: #888756;
}
</style>
border-color css
<style>
span { border-color: #888756; }
span { border-color: rgb(136,135,86); }
td.TdClassName
{
border-color: #888756;
}
.TagClassName
{
border-color: #888756;
}
</style>