Shades of Bandicoot #87865C
Tints of Bandicoot #87865C
RGB
CMYK
RGB Variations
Color information
#87865C (or 0x87865C) is known color: Bandicoot. HEX triplet: 87, 86 and 5C. RGB value is (135,134,92). Sum of RGB (Red+Green+Blue) = 135+134+92=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 135 - color contains mainly: red. Hex color #87865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87865C is #7879A3. Grayscale: #818181. Windows color (decimal): -7895460 or 6063751. OLE color: 6063751.
HSL color Cylindrical-coordinate representation of color #87865C: hue angle of 58.6º 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 #87865C is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 134 | 92 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.47 |
| HSL | 58.6º | 0.19% | 0.45% | - |
| HSV(B) | 58.6º | 0.32% | 0.53% | - |
| XYZ | 20.45 | 22.97 | 13.48 | - |
| YUV | 129.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 134 | 92 | 0 | 0.01 | 0.32 | 0.47 | 58.6 | 0.19 | 0.45 |
| Hex | 87 | 86 | 5C | 0 | 1 | 20 | 2F | 3B | 13 | 2D |
| Octal | 207 | 206 | 134 | 0 | 1 | 40 | 57 | 73 | 23 | 55 |
| Binary | 10000111 | 10000110 | 1011100 | 0 | 1 | 100000 | 101111 | 111011 | 10011 | 101101 |
Color Harmonies of #87865C
Complementary color
Monochromatic Colors of #87865C
Black with #87865C
Text Example
Text Example
White with #87865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87865C; }
p { color: rgb(135,134,92); }
H1.HeaderClassName
{
color: #87865C;
}
.AnyTagClassName
{
color: #87865C;
}
</style>
background-color css
<style>
a { background-color: #87865C; }
a { background-color: rgb(135,134,92); }
div.DivClassName
{
background-color: #87865C;
}
.BgClassName
{
background-color: #87865C;
}
</style>
border-color css
<style>
span { border-color: #87865C; }
span { border-color: rgb(135,134,92); }
td.TdClassName
{
border-color: #87865C;
}
.TagClassName
{
border-color: #87865C;
}
</style>