Shades of Bandicoot #87856B
Tints of Bandicoot #87856B
RGB
CMYK
RGB Variations
Color information
#87856B (or 0x87856B) is known color: Bandicoot. HEX triplet: 87, 85 and 6B. RGB value is (135,133,107). Sum of RGB (Red+Green+Blue) = 135+133+107=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 135 - color contains mainly: red. Hex color #87856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87856B is #787A94. Grayscale: #828282. Windows color (decimal): -7895701 or 7046535. OLE color: 7046535.
HSL color Cylindrical-coordinate representation of color #87856B: hue angle of 55.71º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87856B is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 133 | 107 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.47 |
| HSL | 55.71º | 0.12% | 0.47% | - |
| HSV(B) | 55.71º | 0.21% | 0.53% | - |
| XYZ | 21.03 | 22.99 | 17.24 | - |
| YUV | 130.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 133 | 107 | 0 | 0.01 | 0.21 | 0.47 | 55.71 | 0.12 | 0.47 |
| Hex | 87 | 85 | 6B | 0 | 1 | 15 | 2F | 38 | C | 2F |
| Octal | 207 | 205 | 153 | 0 | 1 | 25 | 57 | 70 | 14 | 57 |
| Binary | 10000111 | 10000101 | 1101011 | 0 | 1 | 10101 | 101111 | 111000 | 1100 | 101111 |
Color Harmonies of #87856B
Complementary color
Monochromatic Colors of #87856B
Black with #87856B
Text Example
Text Example
White with #87856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87856B; }
p { color: rgb(135,133,107); }
H1.HeaderClassName
{
color: #87856B;
}
.AnyTagClassName
{
color: #87856B;
}
</style>
background-color css
<style>
a { background-color: #87856B; }
a { background-color: rgb(135,133,107); }
div.DivClassName
{
background-color: #87856B;
}
.BgClassName
{
background-color: #87856B;
}
</style>
border-color css
<style>
span { border-color: #87856B; }
span { border-color: rgb(135,133,107); }
td.TdClassName
{
border-color: #87856B;
}
.TagClassName
{
border-color: #87856B;
}
</style>