Shades of Bandicoot #888762
Tints of Bandicoot #888762
RGB
CMYK
RGB Variations
Color information
#888762 (or 0x888762) is known color: Bandicoot. HEX triplet: 88, 87 and 62. RGB value is (136,135,98). Sum of RGB (Red+Green+Blue) = 136+135+98=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 136 - color contains mainly: red. Hex color #888762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888762 is #77789D. Grayscale: #838383. Windows color (decimal): -7829662 or 6457224. OLE color: 6457224.
HSL color Cylindrical-coordinate representation of color #888762: hue angle of 58.42º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #888762 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 135 | 98 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.47 |
| HSL | 58.42º | 0.16% | 0.46% | - |
| HSV(B) | 58.42º | 0.28% | 0.53% | - |
| XYZ | 21.02 | 23.44 | 14.97 | - |
| YUV | 131.08 | 109.33 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 98 | 0 | 0.01 | 0.28 | 0.47 | 58.42 | 0.16 | 0.46 |
| Hex | 88 | 87 | 62 | 0 | 1 | 1C | 2F | 3A | 10 | 2E |
| Octal | 210 | 207 | 142 | 0 | 1 | 34 | 57 | 72 | 20 | 56 |
| Binary | 10001000 | 10000111 | 1100010 | 0 | 1 | 11100 | 101111 | 111010 | 10000 | 101110 |
Color Harmonies of #888762
Complementary color
Monochromatic Colors of #888762
Black with #888762
Text Example
Text Example
White with #888762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888762; }
p { color: rgb(136,135,98); }
H1.HeaderClassName
{
color: #888762;
}
.AnyTagClassName
{
color: #888762;
}
</style>
background-color css
<style>
a { background-color: #888762; }
a { background-color: rgb(136,135,98); }
div.DivClassName
{
background-color: #888762;
}
.BgClassName
{
background-color: #888762;
}
</style>
border-color css
<style>
span { border-color: #888762; }
span { border-color: rgb(136,135,98); }
td.TdClassName
{
border-color: #888762;
}
.TagClassName
{
border-color: #888762;
}
</style>