Shades of Tapa #7A7A70
Tints of Tapa #7A7A70
RGB
CMYK
RGB Variations
Color information
#7A7A70 (or 0x7A7A70) is known color: Tapa. HEX triplet: 7A, 7A and 70. RGB value is (122,122,112). Sum of RGB (Red+Green+Blue) = 122+122+112=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 122 - color contains mainly: red, green. Hex color #7A7A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7A70 is #85858F. Grayscale: #787878. Windows color (decimal): -8750480 or 7371386. OLE color: 7371386.
HSL color Cylindrical-coordinate representation of color #7A7A70: hue angle of 60º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7A7A70 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 122 | 112 | - |
| CMYK | 0 | 0 | 0.08 | 0.52 |
| HSL | 60º | 0.04% | 0.46% | - |
| HSV(B) | 60º | 0.08% | 0.48% | - |
| XYZ | 17.91 | 19.23 | 18.1 | - |
| YUV | 120.86 | 123 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 122 | 112 | 0 | 0 | 0.08 | 0.52 | 60 | 0.04 | 0.46 |
| Hex | 7A | 7A | 70 | 0 | 0 | 8 | 34 | 3C | 4 | 2E |
| Octal | 172 | 172 | 160 | 0 | 0 | 10 | 64 | 74 | 4 | 56 |
| Binary | 1111010 | 1111010 | 1110000 | 0 | 0 | 1000 | 110100 | 111100 | 100 | 101110 |
Color Harmonies of #7A7A70
Complementary color
Monochromatic Colors of #7A7A70
Black with #7A7A70
Text Example
Text Example
White with #7A7A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7A70; }
p { color: rgb(122,122,112); }
H1.HeaderClassName
{
color: #7A7A70;
}
.AnyTagClassName
{
color: #7A7A70;
}
</style>
background-color css
<style>
a { background-color: #7A7A70; }
a { background-color: rgb(122,122,112); }
div.DivClassName
{
background-color: #7A7A70;
}
.BgClassName
{
background-color: #7A7A70;
}
</style>
border-color css
<style>
span { border-color: #7A7A70; }
span { border-color: rgb(122,122,112); }
td.TdClassName
{
border-color: #7A7A70;
}
.TagClassName
{
border-color: #7A7A70;
}
</style>