Shades of Tapa #808069
Tints of Tapa #808069
RGB
CMYK
RGB Variations
Color information
#808069 (or 0x808069) is known color: Tapa. HEX triplet: 80, 80 and 69. RGB value is (128,128,105). Sum of RGB (Red+Green+Blue) = 128+128+105=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 128 - color contains mainly: red, green. Hex color #808069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808069 is #7F7F96. Grayscale: #7D7D7D. Windows color (decimal): -8355735 or 6914176. OLE color: 6914176.
HSL color Cylindrical-coordinate representation of color #808069: hue angle of 60º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #808069 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 128 | 105 | - |
| CMYK | 0 | 0 | 0.18 | 0.50 |
| HSL | 60º | 0.1% | 0.46% | - |
| HSV(B) | 60º | 0.18% | 0.5% | - |
| XYZ | 19.17 | 21.05 | 16.42 | - |
| YUV | 125.38 | 116.5 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 105 | 0 | 0 | 0.18 | 0.50 | 60 | 0.1 | 0.46 |
| Hex | 80 | 80 | 69 | 0 | 0 | 12 | 32 | 3C | A | 2E |
| Octal | 200 | 200 | 151 | 0 | 0 | 22 | 62 | 74 | 12 | 56 |
| Binary | 10000000 | 10000000 | 1101001 | 0 | 0 | 10010 | 110010 | 111100 | 1010 | 101110 |
Color Harmonies of #808069
Complementary color
Monochromatic Colors of #808069
Black with #808069
Text Example
Text Example
White with #808069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808069; }
p { color: rgb(128,128,105); }
H1.HeaderClassName
{
color: #808069;
}
.AnyTagClassName
{
color: #808069;
}
</style>
background-color css
<style>
a { background-color: #808069; }
a { background-color: rgb(128,128,105); }
div.DivClassName
{
background-color: #808069;
}
.BgClassName
{
background-color: #808069;
}
</style>
border-color css
<style>
span { border-color: #808069; }
span { border-color: rgb(128,128,105); }
td.TdClassName
{
border-color: #808069;
}
.TagClassName
{
border-color: #808069;
}
</style>