Shades of Bandicoot #878755
Tints of Bandicoot #878755
RGB
CMYK
RGB Variations
Color information
#878755 (or 0x878755) is known color: Bandicoot. HEX triplet: 87, 87 and 55. RGB value is (135,135,85). Sum of RGB (Red+Green+Blue) = 135+135+85=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878755 is #7878AA. Grayscale: #818181. Windows color (decimal): -7895211 or 5605255. OLE color: 5605255.
HSL color Cylindrical-coordinate representation of color #878755: hue angle of 60º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #878755 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 135 | 85 | - |
| CMYK | 0 | 0 | 0.37 | 0.47 |
| HSL | 60º | 0.23% | 0.43% | - |
| HSV(B) | 60º | 0.37% | 0.53% | - |
| XYZ | 20.3 | 23.13 | 11.99 | - |
| YUV | 129.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 135 | 85 | 0 | 0 | 0.37 | 0.47 | 60 | 0.23 | 0.43 |
| Hex | 87 | 87 | 55 | 0 | 0 | 25 | 2F | 3C | 17 | 2B |
| Octal | 207 | 207 | 125 | 0 | 0 | 45 | 57 | 74 | 27 | 53 |
| Binary | 10000111 | 10000111 | 1010101 | 0 | 0 | 100101 | 101111 | 111100 | 10111 | 101011 |
Color Harmonies of #878755
Complementary color
Monochromatic Colors of #878755
Black with #878755
Text Example
Text Example
White with #878755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878755; }
p { color: rgb(135,135,85); }
H1.HeaderClassName
{
color: #878755;
}
.AnyTagClassName
{
color: #878755;
}
</style>
background-color css
<style>
a { background-color: #878755; }
a { background-color: rgb(135,135,85); }
div.DivClassName
{
background-color: #878755;
}
.BgClassName
{
background-color: #878755;
}
</style>
border-color css
<style>
span { border-color: #878755; }
span { border-color: rgb(135,135,85); }
td.TdClassName
{
border-color: #878755;
}
.TagClassName
{
border-color: #878755;
}
</style>