Shades of Bandicoot #87885E
Tints of Bandicoot #87885E
RGB
CMYK
RGB Variations
Color information
#87885E (or 0x87885E) is known color: Bandicoot. HEX triplet: 87, 88 and 5E. RGB value is (135,136,94). Sum of RGB (Red+Green+Blue) = 135+136+94=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 136 - color contains mainly: green. Hex color #87885E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87885E is #7877A1. Grayscale: #838383. Windows color (decimal): -7894946 or 6195335. OLE color: 6195335.
HSL color Cylindrical-coordinate representation of color #87885E: hue angle of 61.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87885E is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 136 | 94 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.47 |
| HSL | 61.43º | 0.18% | 0.45% | - |
| HSV(B) | 61.43º | 0.31% | 0.53% | - |
| XYZ | 20.82 | 23.57 | 14.04 | - |
| YUV | 130.91 | 107.17 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 136 | 94 | 0.01 | 0 | 0.31 | 0.47 | 61.43 | 0.18 | 0.45 |
| Hex | 87 | 88 | 5E | 1 | 0 | 1F | 2F | 3D | 12 | 2D |
| Octal | 207 | 210 | 136 | 1 | 0 | 37 | 57 | 75 | 22 | 55 |
| Binary | 10000111 | 10001000 | 1011110 | 1 | 0 | 11111 | 101111 | 111101 | 10010 | 101101 |
Color Harmonies of #87885E
Complementary color
Monochromatic Colors of #87885E
Black with #87885E
Text Example
Text Example
White with #87885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87885E; }
p { color: rgb(135,136,94); }
H1.HeaderClassName
{
color: #87885E;
}
.AnyTagClassName
{
color: #87885E;
}
</style>
background-color css
<style>
a { background-color: #87885E; }
a { background-color: rgb(135,136,94); }
div.DivClassName
{
background-color: #87885E;
}
.BgClassName
{
background-color: #87885E;
}
</style>
border-color css
<style>
span { border-color: #87885E; }
span { border-color: rgb(135,136,94); }
td.TdClassName
{
border-color: #87885E;
}
.TagClassName
{
border-color: #87885E;
}
</style>