Shades of Bandicoot #827F65
Tints of Bandicoot #827F65
RGB
CMYK
RGB Variations
Color information
#827F65 (or 0x827F65) is known color: Bandicoot. HEX triplet: 82, 7F and 65. RGB value is (130,127,101). Sum of RGB (Red+Green+Blue) = 130+127+101=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 130 - color contains mainly: red. Hex color #827F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F65 is #7D809A. Grayscale: #7D7D7D. Windows color (decimal): -8224923 or 6651778. OLE color: 6651778.
HSL color Cylindrical-coordinate representation of color #827F65: hue angle of 53.79º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #827F65 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 127 | 101 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.49 |
| HSL | 53.79º | 0.13% | 0.45% | - |
| HSV(B) | 53.79º | 0.22% | 0.51% | - |
| XYZ | 19.14 | 20.86 | 15.33 | - |
| YUV | 124.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 101 | 0 | 0.02 | 0.22 | 0.49 | 53.79 | 0.13 | 0.45 |
| Hex | 82 | 7F | 65 | 0 | 2 | 16 | 31 | 36 | D | 2D |
| Octal | 202 | 177 | 145 | 0 | 2 | 26 | 61 | 66 | 15 | 55 |
| Binary | 10000010 | 1111111 | 1100101 | 0 | 10 | 10110 | 110001 | 110110 | 1101 | 101101 |
Color Harmonies of #827F65
Complementary color
Monochromatic Colors of #827F65
Black with #827F65
Text Example
Text Example
White with #827F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F65; }
p { color: rgb(130,127,101); }
H1.HeaderClassName
{
color: #827F65;
}
.AnyTagClassName
{
color: #827F65;
}
</style>
background-color css
<style>
a { background-color: #827F65; }
a { background-color: rgb(130,127,101); }
div.DivClassName
{
background-color: #827F65;
}
.BgClassName
{
background-color: #827F65;
}
</style>
border-color css
<style>
span { border-color: #827F65; }
span { border-color: rgb(130,127,101); }
td.TdClassName
{
border-color: #827F65;
}
.TagClassName
{
border-color: #827F65;
}
</style>