Shades of Bandicoot #878760
Tints of Bandicoot #878760
RGB
CMYK
RGB Variations
Color information
#878760 (or 0x878760) is known color: Bandicoot. HEX triplet: 87, 87 and 60. RGB value is (135,135,96). Sum of RGB (Red+Green+Blue) = 135+135+96=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878760 is #78789F. Grayscale: #828282. Windows color (decimal): -7895200 or 6326151. OLE color: 6326151.
HSL color Cylindrical-coordinate representation of color #878760: hue angle of 60º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #878760 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 135 | 96 | - |
| CMYK | 0 | 0 | 0.29 | 0.47 |
| HSL | 60º | 0.17% | 0.45% | - |
| HSV(B) | 60º | 0.29% | 0.53% | - |
| XYZ | 20.77 | 23.32 | 14.47 | - |
| YUV | 130.55 | 108.5 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 135 | 96 | 0 | 0 | 0.29 | 0.47 | 60 | 0.17 | 0.45 |
| Hex | 87 | 87 | 60 | 0 | 0 | 1D | 2F | 3C | 11 | 2D |
| Octal | 207 | 207 | 140 | 0 | 0 | 35 | 57 | 74 | 21 | 55 |
| Binary | 10000111 | 10000111 | 1100000 | 0 | 0 | 11101 | 101111 | 111100 | 10001 | 101101 |
Color Harmonies of #878760
Complementary color
Monochromatic Colors of #878760
Black with #878760
Text Example
Text Example
White with #878760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878760; }
p { color: rgb(135,135,96); }
H1.HeaderClassName
{
color: #878760;
}
.AnyTagClassName
{
color: #878760;
}
</style>
background-color css
<style>
a { background-color: #878760; }
a { background-color: rgb(135,135,96); }
div.DivClassName
{
background-color: #878760;
}
.BgClassName
{
background-color: #878760;
}
</style>
border-color css
<style>
span { border-color: #878760; }
span { border-color: rgb(135,135,96); }
td.TdClassName
{
border-color: #878760;
}
.TagClassName
{
border-color: #878760;
}
</style>