Shades of Tapa #80817A
Tints of Tapa #80817A
RGB
CMYK
RGB Variations
Color information
#80817A (or 0x80817A) is known color: Tapa. HEX triplet: 80, 81 and 7A. RGB value is (128,129,122). Sum of RGB (Red+Green+Blue) = 128+129+122=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 129 - color contains mainly: green. Hex color #80817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80817A is #7F7E85. Grayscale: #7F7F7F. Windows color (decimal): -8355462 or 8028544. OLE color: 8028544.
HSL color Cylindrical-coordinate representation of color #80817A: hue angle of 68.57º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #80817A is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 129 | 122 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.49 |
| HSL | 68.57º | 0.03% | 0.49% | - |
| HSV(B) | 68.57º | 0.05% | 0.51% | - |
| XYZ | 20.27 | 21.69 | 21.53 | - |
| YUV | 127.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 122 | 0.01 | 0 | 0.05 | 0.49 | 68.57 | 0.03 | 0.49 |
| Hex | 80 | 81 | 7A | 1 | 0 | 5 | 31 | 45 | 3 | 31 |
| Octal | 200 | 201 | 172 | 1 | 0 | 5 | 61 | 105 | 3 | 61 |
| Binary | 10000000 | 10000001 | 1111010 | 1 | 0 | 101 | 110001 | 1000101 | 11 | 110001 |
Color Harmonies of #80817A
Complementary color
Monochromatic Colors of #80817A
Black with #80817A
Text Example
Text Example
White with #80817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80817A; }
p { color: rgb(128,129,122); }
H1.HeaderClassName
{
color: #80817A;
}
.AnyTagClassName
{
color: #80817A;
}
</style>
background-color css
<style>
a { background-color: #80817A; }
a { background-color: rgb(128,129,122); }
div.DivClassName
{
background-color: #80817A;
}
.BgClassName
{
background-color: #80817A;
}
</style>
border-color css
<style>
span { border-color: #80817A; }
span { border-color: rgb(128,129,122); }
td.TdClassName
{
border-color: #80817A;
}
.TagClassName
{
border-color: #80817A;
}
</style>