Shades of Bandicoot #888763
Tints of Bandicoot #888763
RGB
CMYK
RGB Variations
Color information
#888763 (or 0x888763) is known color: Bandicoot. HEX triplet: 88, 87 and 63. RGB value is (136,135,99). Sum of RGB (Red+Green+Blue) = 136+135+99=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 136 - color contains mainly: red. Hex color #888763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888763 is #77789C. Grayscale: #838383. Windows color (decimal): -7829661 or 6522760. OLE color: 6522760.
HSL color Cylindrical-coordinate representation of color #888763: hue angle of 58.38º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #888763 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 135 | 99 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.47 |
| HSL | 58.38º | 0.16% | 0.46% | - |
| HSV(B) | 58.38º | 0.27% | 0.53% | - |
| XYZ | 21.07 | 23.46 | 15.22 | - |
| YUV | 131.2 | 109.83 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 99 | 0 | 0.01 | 0.27 | 0.47 | 58.38 | 0.16 | 0.46 |
| Hex | 88 | 87 | 63 | 0 | 1 | 1B | 2F | 3A | 10 | 2E |
| Octal | 210 | 207 | 143 | 0 | 1 | 33 | 57 | 72 | 20 | 56 |
| Binary | 10001000 | 10000111 | 1100011 | 0 | 1 | 11011 | 101111 | 111010 | 10000 | 101110 |
Color Harmonies of #888763
Complementary color
Monochromatic Colors of #888763
Black with #888763
Text Example
Text Example
White with #888763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888763; }
p { color: rgb(136,135,99); }
H1.HeaderClassName
{
color: #888763;
}
.AnyTagClassName
{
color: #888763;
}
</style>
background-color css
<style>
a { background-color: #888763; }
a { background-color: rgb(136,135,99); }
div.DivClassName
{
background-color: #888763;
}
.BgClassName
{
background-color: #888763;
}
</style>
border-color css
<style>
span { border-color: #888763; }
span { border-color: rgb(136,135,99); }
td.TdClassName
{
border-color: #888763;
}
.TagClassName
{
border-color: #888763;
}
</style>