Shades of Bandicoot #827F68
Tints of Bandicoot #827F68
RGB
CMYK
RGB Variations
Color information
#827F68 (or 0x827F68) is known color: Bandicoot. HEX triplet: 82, 7F and 68. RGB value is (130,127,104). Sum of RGB (Red+Green+Blue) = 130+127+104=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 130 - color contains mainly: red. Hex color #827F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F68 is #7D8097. Grayscale: #7D7D7D. Windows color (decimal): -8224920 or 6848386. OLE color: 6848386.
HSL color Cylindrical-coordinate representation of color #827F68: hue angle of 53.08º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #827F68 is Cyan = 0, Magento = 0.02, Yellow = 0.2 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 127 | 104 | - |
| CMYK | 0 | 0.02 | 0.2 | 0.49 |
| HSL | 53.08º | 0.11% | 0.46% | - |
| HSV(B) | 53.08º | 0.2% | 0.51% | - |
| XYZ | 19.29 | 20.92 | 16.12 | - |
| YUV | 125.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 104 | 0 | 0.02 | 0.2 | 0.49 | 53.08 | 0.11 | 0.46 |
| Hex | 82 | 7F | 68 | 0 | 2 | 14 | 31 | 35 | B | 2E |
| Octal | 202 | 177 | 150 | 0 | 2 | 24 | 61 | 65 | 13 | 56 |
| Binary | 10000010 | 1111111 | 1101000 | 0 | 10 | 10100 | 110001 | 110101 | 1011 | 101110 |
Color Harmonies of #827F68
Complementary color
Monochromatic Colors of #827F68
Black with #827F68
Text Example
Text Example
White with #827F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F68; }
p { color: rgb(130,127,104); }
H1.HeaderClassName
{
color: #827F68;
}
.AnyTagClassName
{
color: #827F68;
}
</style>
background-color css
<style>
a { background-color: #827F68; }
a { background-color: rgb(130,127,104); }
div.DivClassName
{
background-color: #827F68;
}
.BgClassName
{
background-color: #827F68;
}
</style>
border-color css
<style>
span { border-color: #827F68; }
span { border-color: rgb(130,127,104); }
td.TdClassName
{
border-color: #827F68;
}
.TagClassName
{
border-color: #827F68;
}
</style>