Shades of Bandicoot #878654
Tints of Bandicoot #878654
RGB
CMYK
RGB Variations
Color information
#878654 (or 0x878654) is known color: Bandicoot. HEX triplet: 87, 86 and 54. RGB value is (135,134,84). Sum of RGB (Red+Green+Blue) = 135+134+84=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #878654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878654 is #7879AB. Grayscale: #808080. Windows color (decimal): -7895468 or 5539463. OLE color: 5539463.
HSL color Cylindrical-coordinate representation of color #878654: hue angle of 58.82º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #878654 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 134 | 84 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.47 |
| HSL | 58.82º | 0.23% | 0.43% | - |
| HSV(B) | 58.82º | 0.38% | 0.53% | - |
| XYZ | 20.12 | 22.84 | 11.74 | - |
| YUV | 128.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 134 | 84 | 0 | 0.01 | 0.38 | 0.47 | 58.82 | 0.23 | 0.43 |
| Hex | 87 | 86 | 54 | 0 | 1 | 26 | 2F | 3B | 17 | 2B |
| Octal | 207 | 206 | 124 | 0 | 1 | 46 | 57 | 73 | 27 | 53 |
| Binary | 10000111 | 10000110 | 1010100 | 0 | 1 | 100110 | 101111 | 111011 | 10111 | 101011 |
Color Harmonies of #878654
Complementary color
Monochromatic Colors of #878654
Black with #878654
Text Example
Text Example
White with #878654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878654; }
p { color: rgb(135,134,84); }
H1.HeaderClassName
{
color: #878654;
}
.AnyTagClassName
{
color: #878654;
}
</style>
background-color css
<style>
a { background-color: #878654; }
a { background-color: rgb(135,134,84); }
div.DivClassName
{
background-color: #878654;
}
.BgClassName
{
background-color: #878654;
}
</style>
border-color css
<style>
span { border-color: #878654; }
span { border-color: rgb(135,134,84); }
td.TdClassName
{
border-color: #878654;
}
.TagClassName
{
border-color: #878654;
}
</style>