Shades of Bandicoot #827E64
Tints of Bandicoot #827E64
RGB
CMYK
RGB Variations
Color information
#827E64 (or 0x827E64) is known color: Bandicoot. HEX triplet: 82, 7E and 64. RGB value is (130,126,100). Sum of RGB (Red+Green+Blue) = 130+126+100=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 130 - color contains mainly: red. Hex color #827E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E64 is #7D819B. Grayscale: #7C7C7C. Windows color (decimal): -8225180 or 6585986. OLE color: 6585986.
HSL color Cylindrical-coordinate representation of color #827E64: hue angle of 52º 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 #827E64 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 100 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.49 |
| HSL | 52º | 0.13% | 0.45% | - |
| HSV(B) | 52º | 0.23% | 0.51% | - |
| XYZ | 18.97 | 20.59 | 15.03 | - |
| YUV | 124.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 100 | 0 | 0.03 | 0.23 | 0.49 | 52 | 0.13 | 0.45 |
| Hex | 82 | 7E | 64 | 0 | 3 | 17 | 31 | 34 | D | 2D |
| Octal | 202 | 176 | 144 | 0 | 3 | 27 | 61 | 64 | 15 | 55 |
| Binary | 10000010 | 1111110 | 1100100 | 0 | 11 | 10111 | 110001 | 110100 | 1101 | 101101 |
Color Harmonies of #827E64
Complementary color
Monochromatic Colors of #827E64
Black with #827E64
Text Example
Text Example
White with #827E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E64; }
p { color: rgb(130,126,100); }
H1.HeaderClassName
{
color: #827E64;
}
.AnyTagClassName
{
color: #827E64;
}
</style>
background-color css
<style>
a { background-color: #827E64; }
a { background-color: rgb(130,126,100); }
div.DivClassName
{
background-color: #827E64;
}
.BgClassName
{
background-color: #827E64;
}
</style>
border-color css
<style>
span { border-color: #827E64; }
span { border-color: rgb(130,126,100); }
td.TdClassName
{
border-color: #827E64;
}
.TagClassName
{
border-color: #827E64;
}
</style>