Shades of Bandicoot #837F67
Tints of Bandicoot #837F67
RGB
CMYK
RGB Variations
Color information
#837F67 (or 0x837F67) is known color: Bandicoot. HEX triplet: 83, 7F and 67. RGB value is (131,127,103). Sum of RGB (Red+Green+Blue) = 131+127+103=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 131 - color contains mainly: red. Hex color #837F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F67 is #7C8098. Grayscale: #7D7D7D. Windows color (decimal): -8159385 or 6782851. OLE color: 6782851.
HSL color Cylindrical-coordinate representation of color #837F67: hue angle of 51.43º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #837F67 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 127 | 103 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.49 |
| HSL | 51.43º | 0.12% | 0.46% | - |
| HSV(B) | 51.43º | 0.21% | 0.51% | - |
| XYZ | 19.4 | 20.98 | 15.86 | - |
| YUV | 125.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 103 | 0 | 0.03 | 0.21 | 0.49 | 51.43 | 0.12 | 0.46 |
| Hex | 83 | 7F | 67 | 0 | 3 | 15 | 31 | 33 | C | 2E |
| Octal | 203 | 177 | 147 | 0 | 3 | 25 | 61 | 63 | 14 | 56 |
| Binary | 10000011 | 1111111 | 1100111 | 0 | 11 | 10101 | 110001 | 110011 | 1100 | 101110 |
Color Harmonies of #837F67
Complementary color
Monochromatic Colors of #837F67
Black with #837F67
Text Example
Text Example
White with #837F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837F67; }
p { color: rgb(131,127,103); }
H1.HeaderClassName
{
color: #837F67;
}
.AnyTagClassName
{
color: #837F67;
}
</style>
background-color css
<style>
a { background-color: #837F67; }
a { background-color: rgb(131,127,103); }
div.DivClassName
{
background-color: #837F67;
}
.BgClassName
{
background-color: #837F67;
}
</style>
border-color css
<style>
span { border-color: #837F67; }
span { border-color: rgb(131,127,103); }
td.TdClassName
{
border-color: #837F67;
}
.TagClassName
{
border-color: #837F67;
}
</style>