Shades of Bandicoot #817F66
Tints of Bandicoot #817F66
RGB
CMYK
RGB Variations
Color information
#817F66 (or 0x817F66) is known color: Bandicoot. HEX triplet: 81, 7F and 66. RGB value is (129,127,102). Sum of RGB (Red+Green+Blue) = 129+127+102=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 129 - color contains mainly: red. Hex color #817F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817F66 is #7E8099. Grayscale: #7C7C7C. Windows color (decimal): -8290458 or 6717313. OLE color: 6717313.
HSL color Cylindrical-coordinate representation of color #817F66: hue angle of 55.56º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #817F66 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 127 | 102 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.49 |
| HSL | 55.56º | 0.12% | 0.45% | - |
| HSV(B) | 55.56º | 0.21% | 0.51% | - |
| XYZ | 19.04 | 20.81 | 15.58 | - |
| YUV | 124.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 102 | 0 | 0.02 | 0.21 | 0.49 | 55.56 | 0.12 | 0.45 |
| Hex | 81 | 7F | 66 | 0 | 2 | 15 | 31 | 38 | C | 2D |
| Octal | 201 | 177 | 146 | 0 | 2 | 25 | 61 | 70 | 14 | 55 |
| Binary | 10000001 | 1111111 | 1100110 | 0 | 10 | 10101 | 110001 | 111000 | 1100 | 101101 |
Color Harmonies of #817F66
Complementary color
Monochromatic Colors of #817F66
Black with #817F66
Text Example
Text Example
White with #817F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817F66; }
p { color: rgb(129,127,102); }
H1.HeaderClassName
{
color: #817F66;
}
.AnyTagClassName
{
color: #817F66;
}
</style>
background-color css
<style>
a { background-color: #817F66; }
a { background-color: rgb(129,127,102); }
div.DivClassName
{
background-color: #817F66;
}
.BgClassName
{
background-color: #817F66;
}
</style>
border-color css
<style>
span { border-color: #817F66; }
span { border-color: rgb(129,127,102); }
td.TdClassName
{
border-color: #817F66;
}
.TagClassName
{
border-color: #817F66;
}
</style>