Shades of Tapa #808270
Tints of Tapa #808270
RGB
CMYK
RGB Variations
Color information
#808270 (or 0x808270) is known color: Tapa. HEX triplet: 80, 82 and 70. RGB value is (128,130,112). Sum of RGB (Red+Green+Blue) = 128+130+112=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 130 - color contains mainly: green. Hex color #808270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808270 is #7F7D8F. Grayscale: #7F7F7F. Windows color (decimal): -8355216 or 7373440. OLE color: 7373440.
HSL color Cylindrical-coordinate representation of color #808270: hue angle of 66.67º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #808270 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 112 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.49 |
| HSL | 66.67º | 0.07% | 0.47% | - |
| HSV(B) | 66.67º | 0.14% | 0.51% | - |
| XYZ | 19.81 | 21.72 | 18.48 | - |
| YUV | 127.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 112 | 0.02 | 0 | 0.14 | 0.49 | 66.67 | 0.07 | 0.47 |
| Hex | 80 | 82 | 70 | 2 | 0 | E | 31 | 43 | 7 | 2F |
| Octal | 200 | 202 | 160 | 2 | 0 | 16 | 61 | 103 | 7 | 57 |
| Binary | 10000000 | 10000010 | 1110000 | 10 | 0 | 1110 | 110001 | 1000011 | 111 | 101111 |
Color Harmonies of #808270
Complementary color
Monochromatic Colors of #808270
Black with #808270
Text Example
Text Example
White with #808270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808270; }
p { color: rgb(128,130,112); }
H1.HeaderClassName
{
color: #808270;
}
.AnyTagClassName
{
color: #808270;
}
</style>
background-color css
<style>
a { background-color: #808270; }
a { background-color: rgb(128,130,112); }
div.DivClassName
{
background-color: #808270;
}
.BgClassName
{
background-color: #808270;
}
</style>
border-color css
<style>
span { border-color: #808270; }
span { border-color: rgb(128,130,112); }
td.TdClassName
{
border-color: #808270;
}
.TagClassName
{
border-color: #808270;
}
</style>