Shades of Tapa #7E8072
Tints of Tapa #7E8072
RGB
CMYK
RGB Variations
Color information
#7E8072 (or 0x7E8072) is known color: Tapa. HEX triplet: 7E, 80 and 72. RGB value is (126,128,114). Sum of RGB (Red+Green+Blue) = 126+128+114=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 128 - color contains mainly: green. Hex color #7E8072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8072 is #817F8D. Grayscale: #7D7D7D. Windows color (decimal): -8486798 or 7503998. OLE color: 7503998.
HSL color Cylindrical-coordinate representation of color #7E8072: hue angle of 68.57º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7E8072 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 128 | 114 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.50 |
| HSL | 68.57º | 0.06% | 0.47% | - |
| HSV(B) | 68.57º | 0.11% | 0.5% | - |
| XYZ | 19.36 | 21.09 | 18.97 | - |
| YUV | 125.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 128 | 114 | 0.02 | 0 | 0.11 | 0.50 | 68.57 | 0.06 | 0.47 |
| Hex | 7E | 80 | 72 | 2 | 0 | B | 32 | 45 | 6 | 2F |
| Octal | 176 | 200 | 162 | 2 | 0 | 13 | 62 | 105 | 6 | 57 |
| Binary | 1111110 | 10000000 | 1110010 | 10 | 0 | 1011 | 110010 | 1000101 | 110 | 101111 |
Color Harmonies of #7E8072
Complementary color
Monochromatic Colors of #7E8072
Black with #7E8072
Text Example
Text Example
White with #7E8072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8072; }
p { color: rgb(126,128,114); }
H1.HeaderClassName
{
color: #7E8072;
}
.AnyTagClassName
{
color: #7E8072;
}
</style>
background-color css
<style>
a { background-color: #7E8072; }
a { background-color: rgb(126,128,114); }
div.DivClassName
{
background-color: #7E8072;
}
.BgClassName
{
background-color: #7E8072;
}
</style>
border-color css
<style>
span { border-color: #7E8072; }
span { border-color: rgb(126,128,114); }
td.TdClassName
{
border-color: #7E8072;
}
.TagClassName
{
border-color: #7E8072;
}
</style>