Shades of Bandicoot #878653
Tints of Bandicoot #878653
RGB
CMYK
RGB Variations
Color information
#878653 (or 0x878653) is known color: Bandicoot. HEX triplet: 87, 86 and 53. RGB value is (135,134,83). Sum of RGB (Red+Green+Blue) = 135+134+83=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #878653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878653 is #7879AC. Grayscale: #808080. Windows color (decimal): -7895469 or 5473927. OLE color: 5473927.
HSL color Cylindrical-coordinate representation of color #878653: hue angle of 58.85º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #878653 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 134 | 83 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.47 |
| HSL | 58.85º | 0.24% | 0.43% | - |
| HSV(B) | 58.85º | 0.39% | 0.53% | - |
| XYZ | 20.08 | 22.83 | 11.53 | - |
| YUV | 128.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 134 | 83 | 0 | 0.01 | 0.39 | 0.47 | 58.85 | 0.24 | 0.43 |
| Hex | 87 | 86 | 53 | 0 | 1 | 27 | 2F | 3B | 18 | 2B |
| Octal | 207 | 206 | 123 | 0 | 1 | 47 | 57 | 73 | 30 | 53 |
| Binary | 10000111 | 10000110 | 1010011 | 0 | 1 | 100111 | 101111 | 111011 | 11000 | 101011 |
Color Harmonies of #878653
Complementary color
Monochromatic Colors of #878653
Black with #878653
Text Example
Text Example
White with #878653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878653; }
p { color: rgb(135,134,83); }
H1.HeaderClassName
{
color: #878653;
}
.AnyTagClassName
{
color: #878653;
}
</style>
background-color css
<style>
a { background-color: #878653; }
a { background-color: rgb(135,134,83); }
div.DivClassName
{
background-color: #878653;
}
.BgClassName
{
background-color: #878653;
}
</style>
border-color css
<style>
span { border-color: #878653; }
span { border-color: rgb(135,134,83); }
td.TdClassName
{
border-color: #878653;
}
.TagClassName
{
border-color: #878653;
}
</style>