Shades of Tapa #7E8065
Tints of Tapa #7E8065
RGB
CMYK
RGB Variations
Color information
#7E8065 (or 0x7E8065) is known color: Tapa. HEX triplet: 7E, 80 and 65. RGB value is (126,128,101). Sum of RGB (Red+Green+Blue) = 126+128+101=355 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.49% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 128 - color contains mainly: green. Hex color #7E8065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8065 is #817F9A. Grayscale: #7C7C7C. Windows color (decimal): -8486811 or 6652030. OLE color: 6652030.
HSL color Cylindrical-coordinate representation of color #7E8065: hue angle of 64.44º 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 #7E8065 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 128 | 101 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.50 |
| HSL | 64.44º | 0.12% | 0.45% | - |
| HSV(B) | 64.44º | 0.21% | 0.5% | - |
| XYZ | 18.67 | 20.81 | 15.35 | - |
| YUV | 124.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 128 | 101 | 0.02 | 0 | 0.21 | 0.50 | 64.44 | 0.12 | 0.45 |
| Hex | 7E | 80 | 65 | 2 | 0 | 15 | 32 | 40 | C | 2D |
| Octal | 176 | 200 | 145 | 2 | 0 | 25 | 62 | 100 | 14 | 55 |
| Binary | 1111110 | 10000000 | 1100101 | 10 | 0 | 10101 | 110010 | 1000000 | 1100 | 101101 |
Color Harmonies of #7E8065
Complementary color
Monochromatic Colors of #7E8065
Black with #7E8065
Text Example
Text Example
White with #7E8065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8065; }
p { color: rgb(126,128,101); }
H1.HeaderClassName
{
color: #7E8065;
}
.AnyTagClassName
{
color: #7E8065;
}
</style>
background-color css
<style>
a { background-color: #7E8065; }
a { background-color: rgb(126,128,101); }
div.DivClassName
{
background-color: #7E8065;
}
.BgClassName
{
background-color: #7E8065;
}
</style>
border-color css
<style>
span { border-color: #7E8065; }
span { border-color: rgb(126,128,101); }
td.TdClassName
{
border-color: #7E8065;
}
.TagClassName
{
border-color: #7E8065;
}
</style>