Shades of Bandicoot #827F69
Tints of Bandicoot #827F69
RGB
CMYK
RGB Variations
Color information
#827F69 (or 0x827F69) is known color: Bandicoot. HEX triplet: 82, 7F and 69. RGB value is (130,127,105). Sum of RGB (Red+Green+Blue) = 130+127+105=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #827F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F69 is #7D8096. Grayscale: #7D7D7D. Windows color (decimal): -8224919 or 6913922. OLE color: 6913922.
HSL color Cylindrical-coordinate representation of color #827F69: hue angle of 52.8º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #827F69 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 127 | 105 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.49 |
| HSL | 52.8º | 0.11% | 0.46% | - |
| HSV(B) | 52.8º | 0.19% | 0.51% | - |
| XYZ | 19.35 | 20.94 | 16.39 | - |
| YUV | 125.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 105 | 0 | 0.02 | 0.19 | 0.49 | 52.8 | 0.11 | 0.46 |
| Hex | 82 | 7F | 69 | 0 | 2 | 13 | 31 | 35 | B | 2E |
| Octal | 202 | 177 | 151 | 0 | 2 | 23 | 61 | 65 | 13 | 56 |
| Binary | 10000010 | 1111111 | 1101001 | 0 | 10 | 10011 | 110001 | 110101 | 1011 | 101110 |
Color Harmonies of #827F69
Complementary color
Monochromatic Colors of #827F69
Black with #827F69
Text Example
Text Example
White with #827F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F69; }
p { color: rgb(130,127,105); }
H1.HeaderClassName
{
color: #827F69;
}
.AnyTagClassName
{
color: #827F69;
}
</style>
background-color css
<style>
a { background-color: #827F69; }
a { background-color: rgb(130,127,105); }
div.DivClassName
{
background-color: #827F69;
}
.BgClassName
{
background-color: #827F69;
}
</style>
border-color css
<style>
span { border-color: #827F69; }
span { border-color: rgb(130,127,105); }
td.TdClassName
{
border-color: #827F69;
}
.TagClassName
{
border-color: #827F69;
}
</style>