Shades of Bandicoot #878366
Tints of Bandicoot #878366
RGB
CMYK
RGB Variations
Color information
#878366 (or 0x878366) is known color: Bandicoot. HEX triplet: 87, 83 and 66. RGB value is (135,131,102). Sum of RGB (Red+Green+Blue) = 135+131+102=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 135 - color contains mainly: red. Hex color #878366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878366 is #787C99. Grayscale: #818181. Windows color (decimal): -7896218 or 6718343. OLE color: 6718343.
HSL color Cylindrical-coordinate representation of color #878366: hue angle of 52.73º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #878366 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 131 | 102 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.47 |
| HSL | 52.73º | 0.14% | 0.46% | - |
| HSV(B) | 52.73º | 0.24% | 0.53% | - |
| XYZ | 20.51 | 22.34 | 15.8 | - |
| YUV | 128.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 131 | 102 | 0 | 0.03 | 0.24 | 0.47 | 52.73 | 0.14 | 0.46 |
| Hex | 87 | 83 | 66 | 0 | 3 | 18 | 2F | 35 | E | 2E |
| Octal | 207 | 203 | 146 | 0 | 3 | 30 | 57 | 65 | 16 | 56 |
| Binary | 10000111 | 10000011 | 1100110 | 0 | 11 | 11000 | 101111 | 110101 | 1110 | 101110 |
Color Harmonies of #878366
Complementary color
Monochromatic Colors of #878366
Black with #878366
Text Example
Text Example
White with #878366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878366; }
p { color: rgb(135,131,102); }
H1.HeaderClassName
{
color: #878366;
}
.AnyTagClassName
{
color: #878366;
}
</style>
background-color css
<style>
a { background-color: #878366; }
a { background-color: rgb(135,131,102); }
div.DivClassName
{
background-color: #878366;
}
.BgClassName
{
background-color: #878366;
}
</style>
border-color css
<style>
span { border-color: #878366; }
span { border-color: rgb(135,131,102); }
td.TdClassName
{
border-color: #878366;
}
.TagClassName
{
border-color: #878366;
}
</style>