Shades of Tapa #7E806D
Tints of Tapa #7E806D
RGB
CMYK
RGB Variations
Color information
#7E806D (or 0x7E806D) is known color: Tapa. HEX triplet: 7E, 80 and 6D. RGB value is (126,128,109). Sum of RGB (Red+Green+Blue) = 126+128+109=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 128 - color contains mainly: green. Hex color #7E806D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E806D is #817F92. Grayscale: #7D7D7D. Windows color (decimal): -8486803 or 7176318. OLE color: 7176318.
HSL color Cylindrical-coordinate representation of color #7E806D: hue angle of 66.32º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7E806D is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 128 | 109 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.50 |
| HSL | 66.32º | 0.08% | 0.46% | - |
| HSV(B) | 66.32º | 0.15% | 0.5% | - |
| XYZ | 19.08 | 20.98 | 17.51 | - |
| YUV | 125.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 128 | 109 | 0.02 | 0 | 0.15 | 0.50 | 66.32 | 0.08 | 0.46 |
| Hex | 7E | 80 | 6D | 2 | 0 | F | 32 | 42 | 8 | 2E |
| Octal | 176 | 200 | 155 | 2 | 0 | 17 | 62 | 102 | 10 | 56 |
| Binary | 1111110 | 10000000 | 1101101 | 10 | 0 | 1111 | 110010 | 1000010 | 1000 | 101110 |
Color Harmonies of #7E806D
Complementary color
Monochromatic Colors of #7E806D
Black with #7E806D
Text Example
Text Example
White with #7E806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E806D; }
p { color: rgb(126,128,109); }
H1.HeaderClassName
{
color: #7E806D;
}
.AnyTagClassName
{
color: #7E806D;
}
</style>
background-color css
<style>
a { background-color: #7E806D; }
a { background-color: rgb(126,128,109); }
div.DivClassName
{
background-color: #7E806D;
}
.BgClassName
{
background-color: #7E806D;
}
</style>
border-color css
<style>
span { border-color: #7E806D; }
span { border-color: rgb(126,128,109); }
td.TdClassName
{
border-color: #7E806D;
}
.TagClassName
{
border-color: #7E806D;
}
</style>