Shades of Bandicoot #7F8065
Tints of Bandicoot #7F8065
RGB
CMYK
RGB Variations
Color information
#7F8065 (or 0x7F8065) is known color: Bandicoot. HEX triplet: 7F, 80 and 65. RGB value is (127,128,101). Sum of RGB (Red+Green+Blue) = 127+128+101=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 128 - color contains mainly: green. Hex color #7F8065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8065 is #807F9A. Grayscale: #7C7C7C. Windows color (decimal): -8421275 or 6652031. OLE color: 6652031.
HSL color Cylindrical-coordinate representation of color #7F8065: hue angle of 62.22º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F8065 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 128 | 101 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.50 |
| HSL | 62.22º | 0.12% | 0.45% | - |
| HSV(B) | 62.22º | 0.21% | 0.5% | - |
| XYZ | 18.82 | 20.89 | 15.35 | - |
| YUV | 124.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 128 | 101 | 0.01 | 0 | 0.21 | 0.50 | 62.22 | 0.12 | 0.45 |
| Hex | 7F | 80 | 65 | 1 | 0 | 15 | 32 | 3E | C | 2D |
| Octal | 177 | 200 | 145 | 1 | 0 | 25 | 62 | 76 | 14 | 55 |
| Binary | 1111111 | 10000000 | 1100101 | 1 | 0 | 10101 | 110010 | 111110 | 1100 | 101101 |
Color Harmonies of #7F8065
Complementary color
Monochromatic Colors of #7F8065
Black with #7F8065
Text Example
Text Example
White with #7F8065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8065; }
p { color: rgb(127,128,101); }
H1.HeaderClassName
{
color: #7F8065;
}
.AnyTagClassName
{
color: #7F8065;
}
</style>
background-color css
<style>
a { background-color: #7F8065; }
a { background-color: rgb(127,128,101); }
div.DivClassName
{
background-color: #7F8065;
}
.BgClassName
{
background-color: #7F8065;
}
</style>
border-color css
<style>
span { border-color: #7F8065; }
span { border-color: rgb(127,128,101); }
td.TdClassName
{
border-color: #7F8065;
}
.TagClassName
{
border-color: #7F8065;
}
</style>