Shades of Bandicoot #817F63
Tints of Bandicoot #817F63
RGB
CMYK
RGB Variations
Color information
#817F63 (or 0x817F63) is known color: Bandicoot. HEX triplet: 81, 7F and 63. RGB value is (129,127,99). Sum of RGB (Red+Green+Blue) = 129+127+99=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 129 - color contains mainly: red. Hex color #817F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817F63 is #7E809C. Grayscale: #7C7C7C. Windows color (decimal): -8290461 or 6520705. OLE color: 6520705.
HSL color Cylindrical-coordinate representation of color #817F63: hue angle of 56º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #817F63 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 127 | 99 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.49 |
| HSL | 56º | 0.13% | 0.45% | - |
| HSV(B) | 56º | 0.23% | 0.51% | - |
| XYZ | 18.89 | 20.75 | 14.81 | - |
| YUV | 124.41 | 113.66 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 99 | 0 | 0.02 | 0.23 | 0.49 | 56 | 0.13 | 0.45 |
| Hex | 81 | 7F | 63 | 0 | 2 | 17 | 31 | 38 | D | 2D |
| Octal | 201 | 177 | 143 | 0 | 2 | 27 | 61 | 70 | 15 | 55 |
| Binary | 10000001 | 1111111 | 1100011 | 0 | 10 | 10111 | 110001 | 111000 | 1101 | 101101 |
Color Harmonies of #817F63
Complementary color
Monochromatic Colors of #817F63
Black with #817F63
Text Example
Text Example
White with #817F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817F63; }
p { color: rgb(129,127,99); }
H1.HeaderClassName
{
color: #817F63;
}
.AnyTagClassName
{
color: #817F63;
}
</style>
background-color css
<style>
a { background-color: #817F63; }
a { background-color: rgb(129,127,99); }
div.DivClassName
{
background-color: #817F63;
}
.BgClassName
{
background-color: #817F63;
}
</style>
border-color css
<style>
span { border-color: #817F63; }
span { border-color: rgb(129,127,99); }
td.TdClassName
{
border-color: #817F63;
}
.TagClassName
{
border-color: #817F63;
}
</style>