Shades of Tapa #808179
Tints of Tapa #808179
RGB
CMYK
RGB Variations
Color information
#808179 (or 0x808179) is known color: Tapa. HEX triplet: 80, 81 and 79. RGB value is (128,129,121). Sum of RGB (Red+Green+Blue) = 128+129+121=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 129 - color contains mainly: green. Hex color #808179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808179 is #7F7E86. Grayscale: #7F7F7F. Windows color (decimal): -8355463 or 7963008. OLE color: 7963008.
HSL color Cylindrical-coordinate representation of color #808179: hue angle of 67.5º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #808179 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 129 | 121 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.49 |
| HSL | 67.5º | 0.03% | 0.49% | - |
| HSV(B) | 67.5º | 0.06% | 0.51% | - |
| XYZ | 20.2 | 21.67 | 21.21 | - |
| YUV | 127.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 121 | 0.01 | 0 | 0.06 | 0.49 | 67.5 | 0.03 | 0.49 |
| Hex | 80 | 81 | 79 | 1 | 0 | 6 | 31 | 44 | 3 | 31 |
| Octal | 200 | 201 | 171 | 1 | 0 | 6 | 61 | 104 | 3 | 61 |
| Binary | 10000000 | 10000001 | 1111001 | 1 | 0 | 110 | 110001 | 1000100 | 11 | 110001 |
Color Harmonies of #808179
Complementary color
Monochromatic Colors of #808179
Black with #808179
Text Example
Text Example
White with #808179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808179; }
p { color: rgb(128,129,121); }
H1.HeaderClassName
{
color: #808179;
}
.AnyTagClassName
{
color: #808179;
}
</style>
background-color css
<style>
a { background-color: #808179; }
a { background-color: rgb(128,129,121); }
div.DivClassName
{
background-color: #808179;
}
.BgClassName
{
background-color: #808179;
}
</style>
border-color css
<style>
span { border-color: #808179; }
span { border-color: rgb(128,129,121); }
td.TdClassName
{
border-color: #808179;
}
.TagClassName
{
border-color: #808179;
}
</style>