Shades of Tapa #808070
Tints of Tapa #808070
RGB
CMYK
RGB Variations
Color information
#808070 (or 0x808070) is known color: Tapa. HEX triplet: 80, 80 and 70. RGB value is (128,128,112). Sum of RGB (Red+Green+Blue) = 128+128+112=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 128 - color contains mainly: red, green. Hex color #808070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808070 is #7F7F8F. Grayscale: #7E7E7E. Windows color (decimal): -8355728 or 7372928. OLE color: 7372928.
HSL color Cylindrical-coordinate representation of color #808070: hue angle of 60º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #808070 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 128 | 112 | - |
| CMYK | 0 | 0 | 0.12 | 0.50 |
| HSL | 60º | 0.07% | 0.47% | - |
| HSV(B) | 60º | 0.13% | 0.5% | - |
| XYZ | 19.55 | 21.2 | 18.39 | - |
| YUV | 126.18 | 120 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 112 | 0 | 0 | 0.12 | 0.50 | 60 | 0.07 | 0.47 |
| Hex | 80 | 80 | 70 | 0 | 0 | C | 32 | 3C | 7 | 2F |
| Octal | 200 | 200 | 160 | 0 | 0 | 14 | 62 | 74 | 7 | 57 |
| Binary | 10000000 | 10000000 | 1110000 | 0 | 0 | 1100 | 110010 | 111100 | 111 | 101111 |
Color Harmonies of #808070
Complementary color
Monochromatic Colors of #808070
Black with #808070
Text Example
Text Example
White with #808070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808070; }
p { color: rgb(128,128,112); }
H1.HeaderClassName
{
color: #808070;
}
.AnyTagClassName
{
color: #808070;
}
</style>
background-color css
<style>
a { background-color: #808070; }
a { background-color: rgb(128,128,112); }
div.DivClassName
{
background-color: #808070;
}
.BgClassName
{
background-color: #808070;
}
</style>
border-color css
<style>
span { border-color: #808070; }
span { border-color: rgb(128,128,112); }
td.TdClassName
{
border-color: #808070;
}
.TagClassName
{
border-color: #808070;
}
</style>