Shades of Bandicoot #878463
Tints of Bandicoot #878463
RGB
CMYK
RGB Variations
Color information
#878463 (or 0x878463) is known color: Bandicoot. HEX triplet: 87, 84 and 63. RGB value is (135,132,99). Sum of RGB (Red+Green+Blue) = 135+132+99=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 135 - color contains mainly: red. Hex color #878463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878463 is #787B9C. Grayscale: #818181. Windows color (decimal): -7895965 or 6521991. OLE color: 6521991.
HSL color Cylindrical-coordinate representation of color #878463: hue angle of 55º degrees, saturation: 0.15, 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 #878463 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 132 | 99 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.47 |
| HSL | 55º | 0.15% | 0.46% | - |
| HSV(B) | 55º | 0.27% | 0.53% | - |
| XYZ | 20.5 | 22.55 | 15.08 | - |
| YUV | 129.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 132 | 99 | 0 | 0.02 | 0.27 | 0.47 | 55 | 0.15 | 0.46 |
| Hex | 87 | 84 | 63 | 0 | 2 | 1B | 2F | 37 | F | 2E |
| Octal | 207 | 204 | 143 | 0 | 2 | 33 | 57 | 67 | 17 | 56 |
| Binary | 10000111 | 10000100 | 1100011 | 0 | 10 | 11011 | 101111 | 110111 | 1111 | 101110 |
Color Harmonies of #878463
Complementary color
Monochromatic Colors of #878463
Black with #878463
Text Example
Text Example
White with #878463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878463; }
p { color: rgb(135,132,99); }
H1.HeaderClassName
{
color: #878463;
}
.AnyTagClassName
{
color: #878463;
}
</style>
background-color css
<style>
a { background-color: #878463; }
a { background-color: rgb(135,132,99); }
div.DivClassName
{
background-color: #878463;
}
.BgClassName
{
background-color: #878463;
}
</style>
border-color css
<style>
span { border-color: #878463; }
span { border-color: rgb(135,132,99); }
td.TdClassName
{
border-color: #878463;
}
.TagClassName
{
border-color: #878463;
}
</style>