Shades of Bandicoot #878268
Tints of Bandicoot #878268
RGB
CMYK
RGB Variations
Color information
#878268 (or 0x878268) is known color: Bandicoot. HEX triplet: 87, 82 and 68. RGB value is (135,130,104). Sum of RGB (Red+Green+Blue) = 135+130+104=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 135 - color contains mainly: red. Hex color #878268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878268 is #787D97. Grayscale: #808080. Windows color (decimal): -7896472 or 6849159. OLE color: 6849159.
HSL color Cylindrical-coordinate representation of color #878268: hue angle of 50.32º 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 #878268 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 130 | 104 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.47 |
| HSL | 50.32º | 0.13% | 0.47% | - |
| HSV(B) | 50.32º | 0.23% | 0.53% | - |
| XYZ | 20.47 | 22.12 | 16.29 | - |
| YUV | 128.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 130 | 104 | 0 | 0.04 | 0.23 | 0.47 | 50.32 | 0.13 | 0.47 |
| Hex | 87 | 82 | 68 | 0 | 4 | 17 | 2F | 32 | D | 2F |
| Octal | 207 | 202 | 150 | 0 | 4 | 27 | 57 | 62 | 15 | 57 |
| Binary | 10000111 | 10000010 | 1101000 | 0 | 100 | 10111 | 101111 | 110010 | 1101 | 101111 |
Color Harmonies of #878268
Complementary color
Monochromatic Colors of #878268
Black with #878268
Text Example
Text Example
White with #878268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878268; }
p { color: rgb(135,130,104); }
H1.HeaderClassName
{
color: #878268;
}
.AnyTagClassName
{
color: #878268;
}
</style>
background-color css
<style>
a { background-color: #878268; }
a { background-color: rgb(135,130,104); }
div.DivClassName
{
background-color: #878268;
}
.BgClassName
{
background-color: #878268;
}
</style>
border-color css
<style>
span { border-color: #878268; }
span { border-color: rgb(135,130,104); }
td.TdClassName
{
border-color: #878268;
}
.TagClassName
{
border-color: #878268;
}
</style>