Shades of Bandicoot #817F60
Tints of Bandicoot #817F60
RGB
CMYK
RGB Variations
Color information
#817F60 (or 0x817F60) is known color: Bandicoot. HEX triplet: 81, 7F and 60. RGB value is (129,127,96). Sum of RGB (Red+Green+Blue) = 129+127+96=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 129 - color contains mainly: red. Hex color #817F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817F60 is #7E809F. Grayscale: #7C7C7C. Windows color (decimal): -8290464 or 6324097. OLE color: 6324097.
HSL color Cylindrical-coordinate representation of color #817F60: hue angle of 56.36º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #817F60 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 127 | 96 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.49 |
| HSL | 56.36º | 0.15% | 0.44% | - |
| HSV(B) | 56.36º | 0.26% | 0.51% | - |
| XYZ | 18.75 | 20.69 | 14.07 | - |
| YUV | 124.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 96 | 0 | 0.02 | 0.26 | 0.49 | 56.36 | 0.15 | 0.44 |
| Hex | 81 | 7F | 60 | 0 | 2 | 1A | 31 | 38 | F | 2C |
| Octal | 201 | 177 | 140 | 0 | 2 | 32 | 61 | 70 | 17 | 54 |
| Binary | 10000001 | 1111111 | 1100000 | 0 | 10 | 11010 | 110001 | 111000 | 1111 | 101100 |
Color Harmonies of #817F60
Complementary color
Monochromatic Colors of #817F60
Black with #817F60
Text Example
Text Example
White with #817F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817F60; }
p { color: rgb(129,127,96); }
H1.HeaderClassName
{
color: #817F60;
}
.AnyTagClassName
{
color: #817F60;
}
</style>
background-color css
<style>
a { background-color: #817F60; }
a { background-color: rgb(129,127,96); }
div.DivClassName
{
background-color: #817F60;
}
.BgClassName
{
background-color: #817F60;
}
</style>
border-color css
<style>
span { border-color: #817F60; }
span { border-color: rgb(129,127,96); }
td.TdClassName
{
border-color: #817F60;
}
.TagClassName
{
border-color: #817F60;
}
</style>