Shades of Bandicoot #807D67
Tints of Bandicoot #807D67
RGB
CMYK
RGB Variations
Color information
#807D67 (or 0x807D67) is known color: Bandicoot. HEX triplet: 80, 7D and 67. RGB value is (128,125,103). Sum of RGB (Red+Green+Blue) = 128+125+103=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 128 - color contains mainly: red. Hex color #807D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807D67 is #7F8298. Grayscale: #7B7B7B. Windows color (decimal): -8356505 or 6782336. OLE color: 6782336.
HSL color Cylindrical-coordinate representation of color #807D67: hue angle of 52.8º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #807D67 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 125 | 103 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.50 |
| HSL | 52.8º | 0.11% | 0.45% | - |
| HSV(B) | 52.8º | 0.2% | 0.5% | - |
| XYZ | 18.68 | 20.24 | 15.75 | - |
| YUV | 123.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 103 | 0 | 0.02 | 0.20 | 0.50 | 52.8 | 0.11 | 0.45 |
| Hex | 80 | 7D | 67 | 0 | 2 | 14 | 32 | 35 | B | 2D |
| Octal | 200 | 175 | 147 | 0 | 2 | 24 | 62 | 65 | 13 | 55 |
| Binary | 10000000 | 1111101 | 1100111 | 0 | 10 | 10100 | 110010 | 110101 | 1011 | 101101 |
Color Harmonies of #807D67
Complementary color
Monochromatic Colors of #807D67
Black with #807D67
Text Example
Text Example
White with #807D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807D67; }
p { color: rgb(128,125,103); }
H1.HeaderClassName
{
color: #807D67;
}
.AnyTagClassName
{
color: #807D67;
}
</style>
background-color css
<style>
a { background-color: #807D67; }
a { background-color: rgb(128,125,103); }
div.DivClassName
{
background-color: #807D67;
}
.BgClassName
{
background-color: #807D67;
}
</style>
border-color css
<style>
span { border-color: #807D67; }
span { border-color: rgb(128,125,103); }
td.TdClassName
{
border-color: #807D67;
}
.TagClassName
{
border-color: #807D67;
}
</style>