Shades of Bandicoot #878369
Tints of Bandicoot #878369
RGB
CMYK
RGB Variations
Color information
#878369 (or 0x878369) is known color: Bandicoot. HEX triplet: 87, 83 and 69. RGB value is (135,131,105). Sum of RGB (Red+Green+Blue) = 135+131+105=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 135 - color contains mainly: red. Hex color #878369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878369 is #787C96. Grayscale: #818181. Windows color (decimal): -7896215 or 6914951. OLE color: 6914951.
HSL color Cylindrical-coordinate representation of color #878369: hue angle of 52º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #878369 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 131 | 105 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.47 |
| HSL | 52º | 0.13% | 0.47% | - |
| HSV(B) | 52º | 0.22% | 0.53% | - |
| XYZ | 20.66 | 22.4 | 16.6 | - |
| YUV | 129.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 131 | 105 | 0 | 0.03 | 0.22 | 0.47 | 52 | 0.13 | 0.47 |
| Hex | 87 | 83 | 69 | 0 | 3 | 16 | 2F | 34 | C | 2F |
| Octal | 207 | 203 | 151 | 0 | 3 | 26 | 57 | 64 | 14 | 57 |
| Binary | 10000111 | 10000011 | 1101001 | 0 | 11 | 10110 | 101111 | 110100 | 1100 | 101111 |
Color Harmonies of #878369
Complementary color
Monochromatic Colors of #878369
Black with #878369
Text Example
Text Example
White with #878369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878369; }
p { color: rgb(135,131,105); }
H1.HeaderClassName
{
color: #878369;
}
.AnyTagClassName
{
color: #878369;
}
</style>
background-color css
<style>
a { background-color: #878369; }
a { background-color: rgb(135,131,105); }
div.DivClassName
{
background-color: #878369;
}
.BgClassName
{
background-color: #878369;
}
</style>
border-color css
<style>
span { border-color: #878369; }
span { border-color: rgb(135,131,105); }
td.TdClassName
{
border-color: #878369;
}
.TagClassName
{
border-color: #878369;
}
</style>