Shades of Bandicoot #8C8857
Tints of Bandicoot #8C8857
RGB
CMYK
RGB Variations
Color information
#8C8857 (or 0x8C8857) is known color: Bandicoot. HEX triplet: 8C, 88 and 57. RGB value is (140,136,87). Sum of RGB (Red+Green+Blue) = 140+136+87=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8857 is #7377A8. Grayscale: #838383. Windows color (decimal): -7567273 or 5736588. OLE color: 5736588.
HSL color Cylindrical-coordinate representation of color #8C8857: hue angle of 55.47º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C8857 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 87 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.45 |
| HSL | 55.47º | 0.23% | 0.45% | - |
| HSV(B) | 55.47º | 0.38% | 0.55% | - |
| XYZ | 21.34 | 23.87 | 12.5 | - |
| YUV | 131.61 | 102.83 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 87 | 0 | 0.03 | 0.38 | 0.45 | 55.47 | 0.23 | 0.45 |
| Hex | 8C | 88 | 57 | 0 | 3 | 26 | 2D | 37 | 17 | 2D |
| Octal | 214 | 210 | 127 | 0 | 3 | 46 | 55 | 67 | 27 | 55 |
| Binary | 10001100 | 10001000 | 1010111 | 0 | 11 | 100110 | 101101 | 110111 | 10111 | 101101 |
Color Harmonies of #8C8857
Complementary color
Monochromatic Colors of #8C8857
Black with #8C8857
Text Example
Text Example
White with #8C8857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8857; }
p { color: rgb(140,136,87); }
H1.HeaderClassName
{
color: #8C8857;
}
.AnyTagClassName
{
color: #8C8857;
}
</style>
background-color css
<style>
a { background-color: #8C8857; }
a { background-color: rgb(140,136,87); }
div.DivClassName
{
background-color: #8C8857;
}
.BgClassName
{
background-color: #8C8857;
}
</style>
border-color css
<style>
span { border-color: #8C8857; }
span { border-color: rgb(140,136,87); }
td.TdClassName
{
border-color: #8C8857;
}
.TagClassName
{
border-color: #8C8857;
}
</style>