Shades of Bandicoot #878365
Tints of Bandicoot #878365
RGB
CMYK
RGB Variations
Color information
#878365 (or 0x878365) is known color: Bandicoot. HEX triplet: 87, 83 and 65. RGB value is (135,131,101). Sum of RGB (Red+Green+Blue) = 135+131+101=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 135 - color contains mainly: red. Hex color #878365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878365 is #787C9A. Grayscale: #808080. Windows color (decimal): -7896219 or 6652807. OLE color: 6652807.
HSL color Cylindrical-coordinate representation of color #878365: hue angle of 52.94º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #878365 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 131 | 101 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.47 |
| HSL | 52.94º | 0.14% | 0.46% | - |
| HSV(B) | 52.94º | 0.25% | 0.53% | - |
| XYZ | 20.46 | 22.32 | 15.54 | - |
| YUV | 128.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 131 | 101 | 0 | 0.03 | 0.25 | 0.47 | 52.94 | 0.14 | 0.46 |
| Hex | 87 | 83 | 65 | 0 | 3 | 19 | 2F | 35 | E | 2E |
| Octal | 207 | 203 | 145 | 0 | 3 | 31 | 57 | 65 | 16 | 56 |
| Binary | 10000111 | 10000011 | 1100101 | 0 | 11 | 11001 | 101111 | 110101 | 1110 | 101110 |
Color Harmonies of #878365
Complementary color
Monochromatic Colors of #878365
Black with #878365
Text Example
Text Example
White with #878365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878365; }
p { color: rgb(135,131,101); }
H1.HeaderClassName
{
color: #878365;
}
.AnyTagClassName
{
color: #878365;
}
</style>
background-color css
<style>
a { background-color: #878365; }
a { background-color: rgb(135,131,101); }
div.DivClassName
{
background-color: #878365;
}
.BgClassName
{
background-color: #878365;
}
</style>
border-color css
<style>
span { border-color: #878365; }
span { border-color: rgb(135,131,101); }
td.TdClassName
{
border-color: #878365;
}
.TagClassName
{
border-color: #878365;
}
</style>