Shades of Bandicoot #87885D
Tints of Bandicoot #87885D
RGB
CMYK
RGB Variations
Color information
#87885D (or 0x87885D) is known color: Bandicoot. HEX triplet: 87, 88 and 5D. RGB value is (135,136,93). Sum of RGB (Red+Green+Blue) = 135+136+93=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 136 - color contains mainly: green. Hex color #87885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87885D is #7877A2. Grayscale: #828282. Windows color (decimal): -7894947 or 6129799. OLE color: 6129799.
HSL color Cylindrical-coordinate representation of color #87885D: hue angle of 61.4º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #87885D is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 136 | 93 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.47 |
| HSL | 61.4º | 0.19% | 0.45% | - |
| HSV(B) | 61.4º | 0.32% | 0.53% | - |
| XYZ | 20.77 | 23.55 | 13.81 | - |
| YUV | 130.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 136 | 93 | 0.01 | 0 | 0.32 | 0.47 | 61.4 | 0.19 | 0.45 |
| Hex | 87 | 88 | 5D | 1 | 0 | 20 | 2F | 3D | 13 | 2D |
| Octal | 207 | 210 | 135 | 1 | 0 | 40 | 57 | 75 | 23 | 55 |
| Binary | 10000111 | 10001000 | 1011101 | 1 | 0 | 100000 | 101111 | 111101 | 10011 | 101101 |
Color Harmonies of #87885D
Complementary color
Monochromatic Colors of #87885D
Black with #87885D
Text Example
Text Example
White with #87885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87885D; }
p { color: rgb(135,136,93); }
H1.HeaderClassName
{
color: #87885D;
}
.AnyTagClassName
{
color: #87885D;
}
</style>
background-color css
<style>
a { background-color: #87885D; }
a { background-color: rgb(135,136,93); }
div.DivClassName
{
background-color: #87885D;
}
.BgClassName
{
background-color: #87885D;
}
</style>
border-color css
<style>
span { border-color: #87885D; }
span { border-color: rgb(135,136,93); }
td.TdClassName
{
border-color: #87885D;
}
.TagClassName
{
border-color: #87885D;
}
</style>