Shades of Bandicoot #827F6B
Tints of Bandicoot #827F6B
RGB
CMYK
RGB Variations
Color information
#827F6B (or 0x827F6B) is known color: Bandicoot. HEX triplet: 82, 7F and 6B. RGB value is (130,127,107). Sum of RGB (Red+Green+Blue) = 130+127+107=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 130 - color contains mainly: red. Hex color #827F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F6B is #7D8094. Grayscale: #7D7D7D. Windows color (decimal): -8224917 or 7044994. OLE color: 7044994.
HSL color Cylindrical-coordinate representation of color #827F6B: hue angle of 52.17º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #827F6B is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 127 | 107 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.49 |
| HSL | 52.17º | 0.1% | 0.46% | - |
| HSV(B) | 52.17º | 0.18% | 0.51% | - |
| XYZ | 19.45 | 20.99 | 16.94 | - |
| YUV | 125.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 107 | 0 | 0.02 | 0.18 | 0.49 | 52.17 | 0.1 | 0.46 |
| Hex | 82 | 7F | 6B | 0 | 2 | 12 | 31 | 34 | A | 2E |
| Octal | 202 | 177 | 153 | 0 | 2 | 22 | 61 | 64 | 12 | 56 |
| Binary | 10000010 | 1111111 | 1101011 | 0 | 10 | 10010 | 110001 | 110100 | 1010 | 101110 |
Color Harmonies of #827F6B
Complementary color
Monochromatic Colors of #827F6B
Black with #827F6B
Text Example
Text Example
White with #827F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F6B; }
p { color: rgb(130,127,107); }
H1.HeaderClassName
{
color: #827F6B;
}
.AnyTagClassName
{
color: #827F6B;
}
</style>
background-color css
<style>
a { background-color: #827F6B; }
a { background-color: rgb(130,127,107); }
div.DivClassName
{
background-color: #827F6B;
}
.BgClassName
{
background-color: #827F6B;
}
</style>
border-color css
<style>
span { border-color: #827F6B; }
span { border-color: rgb(130,127,107); }
td.TdClassName
{
border-color: #827F6B;
}
.TagClassName
{
border-color: #827F6B;
}
</style>