Shades of Bandicoot #827F6D
Tints of Bandicoot #827F6D
RGB
CMYK
RGB Variations
Color information
#827F6D (or 0x827F6D) is known color: Bandicoot. HEX triplet: 82, 7F and 6D. RGB value is (130,127,109). Sum of RGB (Red+Green+Blue) = 130+127+109=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 130 - color contains mainly: red. Hex color #827F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F6D is #7D8092. Grayscale: #7D7D7D. Windows color (decimal): -8224915 or 7176066. OLE color: 7176066.
HSL color Cylindrical-coordinate representation of color #827F6D: hue angle of 51.43º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #827F6D is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 127 | 109 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.49 |
| HSL | 51.43º | 0.09% | 0.47% | - |
| HSV(B) | 51.43º | 0.16% | 0.51% | - |
| XYZ | 19.56 | 21.03 | 17.5 | - |
| YUV | 125.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 109 | 0 | 0.02 | 0.16 | 0.49 | 51.43 | 0.09 | 0.47 |
| Hex | 82 | 7F | 6D | 0 | 2 | 10 | 31 | 33 | 9 | 2F |
| Octal | 202 | 177 | 155 | 0 | 2 | 20 | 61 | 63 | 11 | 57 |
| Binary | 10000010 | 1111111 | 1101101 | 0 | 10 | 10000 | 110001 | 110011 | 1001 | 101111 |
Color Harmonies of #827F6D
Complementary color
Monochromatic Colors of #827F6D
Black with #827F6D
Text Example
Text Example
White with #827F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F6D; }
p { color: rgb(130,127,109); }
H1.HeaderClassName
{
color: #827F6D;
}
.AnyTagClassName
{
color: #827F6D;
}
</style>
background-color css
<style>
a { background-color: #827F6D; }
a { background-color: rgb(130,127,109); }
div.DivClassName
{
background-color: #827F6D;
}
.BgClassName
{
background-color: #827F6D;
}
</style>
border-color css
<style>
span { border-color: #827F6D; }
span { border-color: rgb(130,127,109); }
td.TdClassName
{
border-color: #827F6D;
}
.TagClassName
{
border-color: #827F6D;
}
</style>