Shades of Tapa #818070
Tints of Tapa #818070
RGB
CMYK
RGB Variations
Color information
#818070 (or 0x818070) is known color: Tapa. HEX triplet: 81, 80 and 70. RGB value is (129,128,112). Sum of RGB (Red+Green+Blue) = 129+128+112=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 129 - color contains mainly: red. Hex color #818070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818070 is #7E7F8F. Grayscale: #7E7E7E. Windows color (decimal): -8290192 or 7372929. OLE color: 7372929.
HSL color Cylindrical-coordinate representation of color #818070: hue angle of 56.47º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #818070 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 128 | 112 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.49 |
| HSL | 56.47º | 0.07% | 0.47% | - |
| HSV(B) | 56.47º | 0.13% | 0.51% | - |
| XYZ | 19.7 | 21.28 | 18.4 | - |
| YUV | 126.48 | 119.83 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 112 | 0 | 0.01 | 0.13 | 0.49 | 56.47 | 0.07 | 0.47 |
| Hex | 81 | 80 | 70 | 0 | 1 | D | 31 | 38 | 7 | 2F |
| Octal | 201 | 200 | 160 | 0 | 1 | 15 | 61 | 70 | 7 | 57 |
| Binary | 10000001 | 10000000 | 1110000 | 0 | 1 | 1101 | 110001 | 111000 | 111 | 101111 |
Color Harmonies of #818070
Complementary color
Monochromatic Colors of #818070
Black with #818070
Text Example
Text Example
White with #818070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818070; }
p { color: rgb(129,128,112); }
H1.HeaderClassName
{
color: #818070;
}
.AnyTagClassName
{
color: #818070;
}
</style>
background-color css
<style>
a { background-color: #818070; }
a { background-color: rgb(129,128,112); }
div.DivClassName
{
background-color: #818070;
}
.BgClassName
{
background-color: #818070;
}
</style>
border-color css
<style>
span { border-color: #818070; }
span { border-color: rgb(129,128,112); }
td.TdClassName
{
border-color: #818070;
}
.TagClassName
{
border-color: #818070;
}
</style>