Shades of Bandicoot #878762
Tints of Bandicoot #878762
RGB
CMYK
RGB Variations
Color information
#878762 (or 0x878762) is known color: Bandicoot. HEX triplet: 87, 87 and 62. RGB value is (135,135,98). Sum of RGB (Red+Green+Blue) = 135+135+98=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878762 is #78789D. Grayscale: #828282. Windows color (decimal): -7895198 or 6457223. OLE color: 6457223.
HSL color Cylindrical-coordinate representation of color #878762: hue angle of 60º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #878762 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 135 | 98 | - |
| CMYK | 0 | 0 | 0.27 | 0.47 |
| HSL | 60º | 0.16% | 0.46% | - |
| HSV(B) | 60º | 0.27% | 0.53% | - |
| XYZ | 20.86 | 23.36 | 14.96 | - |
| YUV | 130.78 | 109.5 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 135 | 98 | 0 | 0 | 0.27 | 0.47 | 60 | 0.16 | 0.46 |
| Hex | 87 | 87 | 62 | 0 | 0 | 1B | 2F | 3C | 10 | 2E |
| Octal | 207 | 207 | 142 | 0 | 0 | 33 | 57 | 74 | 20 | 56 |
| Binary | 10000111 | 10000111 | 1100010 | 0 | 0 | 11011 | 101111 | 111100 | 10000 | 101110 |
Color Harmonies of #878762
Complementary color
Monochromatic Colors of #878762
Black with #878762
Text Example
Text Example
White with #878762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878762; }
p { color: rgb(135,135,98); }
H1.HeaderClassName
{
color: #878762;
}
.AnyTagClassName
{
color: #878762;
}
</style>
background-color css
<style>
a { background-color: #878762; }
a { background-color: rgb(135,135,98); }
div.DivClassName
{
background-color: #878762;
}
.BgClassName
{
background-color: #878762;
}
</style>
border-color css
<style>
span { border-color: #878762; }
span { border-color: rgb(135,135,98); }
td.TdClassName
{
border-color: #878762;
}
.TagClassName
{
border-color: #878762;
}
</style>