Shades of Bandicoot #878B55
Tints of Bandicoot #878B55
RGB
CMYK
RGB Variations
Color information
#878B55 (or 0x878B55) is known color: Bandicoot. HEX triplet: 87, 8B and 55. RGB value is (135,139,85). Sum of RGB (Red+Green+Blue) = 135+139+85=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 139 - color contains mainly: green. Hex color #878B55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878B55 is #7874AA. Grayscale: #838383. Windows color (decimal): -7894187 or 5606279. OLE color: 5606279.
HSL color Cylindrical-coordinate representation of color #878B55: hue angle of 64.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #878B55 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 139 | 85 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.45 |
| HSL | 64.44º | 0.24% | 0.44% | - |
| HSV(B) | 64.44º | 0.39% | 0.55% | - |
| XYZ | 20.86 | 24.27 | 12.18 | - |
| YUV | 131.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 85 | 0.03 | 0 | 0.39 | 0.45 | 64.44 | 0.24 | 0.44 |
| Hex | 87 | 8B | 55 | 3 | 0 | 27 | 2D | 40 | 18 | 2C |
| Octal | 207 | 213 | 125 | 3 | 0 | 47 | 55 | 100 | 30 | 54 |
| Binary | 10000111 | 10001011 | 1010101 | 11 | 0 | 100111 | 101101 | 1000000 | 11000 | 101100 |
Color Harmonies of #878B55
Complementary color
Monochromatic Colors of #878B55
Black with #878B55
Text Example
Text Example
White with #878B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878B55; }
p { color: rgb(135,139,85); }
H1.HeaderClassName
{
color: #878B55;
}
.AnyTagClassName
{
color: #878B55;
}
</style>
background-color css
<style>
a { background-color: #878B55; }
a { background-color: rgb(135,139,85); }
div.DivClassName
{
background-color: #878B55;
}
.BgClassName
{
background-color: #878B55;
}
</style>
border-color css
<style>
span { border-color: #878B55; }
span { border-color: rgb(135,139,85); }
td.TdClassName
{
border-color: #878B55;
}
.TagClassName
{
border-color: #878B55;
}
</style>