Shades of Bandicoot #878468
Tints of Bandicoot #878468
RGB
CMYK
RGB Variations
Color information
#878468 (or 0x878468) is known color: Bandicoot. HEX triplet: 87, 84 and 68. RGB value is (135,132,104). Sum of RGB (Red+Green+Blue) = 135+132+104=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 135 - color contains mainly: red. Hex color #878468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878468 is #787B97. Grayscale: #818181. Windows color (decimal): -7895960 or 6849671. OLE color: 6849671.
HSL color Cylindrical-coordinate representation of color #878468: hue angle of 54.19º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #878468 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 132 | 104 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.47 |
| HSL | 54.19º | 0.13% | 0.47% | - |
| HSV(B) | 54.19º | 0.23% | 0.53% | - |
| XYZ | 20.74 | 22.65 | 16.38 | - |
| YUV | 129.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 132 | 104 | 0 | 0.02 | 0.23 | 0.47 | 54.19 | 0.13 | 0.47 |
| Hex | 87 | 84 | 68 | 0 | 2 | 17 | 2F | 36 | D | 2F |
| Octal | 207 | 204 | 150 | 0 | 2 | 27 | 57 | 66 | 15 | 57 |
| Binary | 10000111 | 10000100 | 1101000 | 0 | 10 | 10111 | 101111 | 110110 | 1101 | 101111 |
Color Harmonies of #878468
Complementary color
Monochromatic Colors of #878468
Black with #878468
Text Example
Text Example
White with #878468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878468; }
p { color: rgb(135,132,104); }
H1.HeaderClassName
{
color: #878468;
}
.AnyTagClassName
{
color: #878468;
}
</style>
background-color css
<style>
a { background-color: #878468; }
a { background-color: rgb(135,132,104); }
div.DivClassName
{
background-color: #878468;
}
.BgClassName
{
background-color: #878468;
}
</style>
border-color css
<style>
span { border-color: #878468; }
span { border-color: rgb(135,132,104); }
td.TdClassName
{
border-color: #878468;
}
.TagClassName
{
border-color: #878468;
}
</style>