Shades of Bandicoot #817E67
Tints of Bandicoot #817E67
RGB
CMYK
RGB Variations
Color information
#817E67 (or 0x817E67) is known color: Bandicoot. HEX triplet: 81, 7E and 67. RGB value is (129,126,103). Sum of RGB (Red+Green+Blue) = 129+126+103=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 129 - color contains mainly: red. Hex color #817E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817E67 is #7E8198. Grayscale: #7C7C7C. Windows color (decimal): -8290713 or 6782593. OLE color: 6782593.
HSL color Cylindrical-coordinate representation of color #817E67: hue angle of 53.08º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #817E67 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 126 | 103 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.49 |
| HSL | 53.08º | 0.11% | 0.45% | - |
| HSV(B) | 53.08º | 0.2% | 0.51% | - |
| XYZ | 18.96 | 20.57 | 15.8 | - |
| YUV | 124.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 103 | 0 | 0.02 | 0.20 | 0.49 | 53.08 | 0.11 | 0.45 |
| Hex | 81 | 7E | 67 | 0 | 2 | 14 | 31 | 35 | B | 2D |
| Octal | 201 | 176 | 147 | 0 | 2 | 24 | 61 | 65 | 13 | 55 |
| Binary | 10000001 | 1111110 | 1100111 | 0 | 10 | 10100 | 110001 | 110101 | 1011 | 101101 |
Color Harmonies of #817E67
Complementary color
Monochromatic Colors of #817E67
Black with #817E67
Text Example
Text Example
White with #817E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E67; }
p { color: rgb(129,126,103); }
H1.HeaderClassName
{
color: #817E67;
}
.AnyTagClassName
{
color: #817E67;
}
</style>
background-color css
<style>
a { background-color: #817E67; }
a { background-color: rgb(129,126,103); }
div.DivClassName
{
background-color: #817E67;
}
.BgClassName
{
background-color: #817E67;
}
</style>
border-color css
<style>
span { border-color: #817E67; }
span { border-color: rgb(129,126,103); }
td.TdClassName
{
border-color: #817E67;
}
.TagClassName
{
border-color: #817E67;
}
</style>