Shades of Bandicoot #878754
Tints of Bandicoot #878754
RGB
CMYK
RGB Variations
Color information
#878754 (or 0x878754) is known color: Bandicoot. HEX triplet: 87, 87 and 54. RGB value is (135,135,84). Sum of RGB (Red+Green+Blue) = 135+135+84=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878754 is #7878AB. Grayscale: #818181. Windows color (decimal): -7895212 or 5539719. OLE color: 5539719.
HSL color Cylindrical-coordinate representation of color #878754: 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.38%. Process color model (Four color, CMYK) of #878754 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 135 | 84 | - |
| CMYK | 0 | 0 | 0.38 | 0.47 |
| HSL | 60º | 0.23% | 0.43% | - |
| HSV(B) | 60º | 0.38% | 0.53% | - |
| XYZ | 20.26 | 23.12 | 11.78 | - |
| YUV | 129.19 | 102.5 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 135 | 84 | 0 | 0 | 0.38 | 0.47 | 60 | 0.23 | 0.43 |
| Hex | 87 | 87 | 54 | 0 | 0 | 26 | 2F | 3C | 17 | 2B |
| Octal | 207 | 207 | 124 | 0 | 0 | 46 | 57 | 74 | 27 | 53 |
| Binary | 10000111 | 10000111 | 1010100 | 0 | 0 | 100110 | 101111 | 111100 | 10111 | 101011 |
Color Harmonies of #878754
Complementary color
Monochromatic Colors of #878754
Black with #878754
Text Example
Text Example
White with #878754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878754; }
p { color: rgb(135,135,84); }
H1.HeaderClassName
{
color: #878754;
}
.AnyTagClassName
{
color: #878754;
}
</style>
background-color css
<style>
a { background-color: #878754; }
a { background-color: rgb(135,135,84); }
div.DivClassName
{
background-color: #878754;
}
.BgClassName
{
background-color: #878754;
}
</style>
border-color css
<style>
span { border-color: #878754; }
span { border-color: rgb(135,135,84); }
td.TdClassName
{
border-color: #878754;
}
.TagClassName
{
border-color: #878754;
}
</style>