Shades of Tapa #7A7A66
Tints of Tapa #7A7A66
RGB
CMYK
RGB Variations
Color information
#7A7A66 (or 0x7A7A66) is known color: Tapa. HEX triplet: 7A, 7A and 66. RGB value is (122,122,102). Sum of RGB (Red+Green+Blue) = 122+122+102=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 122 - color contains mainly: red, green. Hex color #7A7A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7A66 is #858599. Grayscale: #777777. Windows color (decimal): -8750490 or 6716026. OLE color: 6716026.
HSL color Cylindrical-coordinate representation of color #7A7A66: hue angle of 60º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A7A66 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 122 | 102 | - |
| CMYK | 0 | 0 | 0.16 | 0.52 |
| HSL | 60º | 0.09% | 0.44% | - |
| HSV(B) | 60º | 0.16% | 0.48% | - |
| XYZ | 17.38 | 19.02 | 15.32 | - |
| YUV | 119.72 | 118 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 122 | 102 | 0 | 0 | 0.16 | 0.52 | 60 | 0.09 | 0.44 |
| Hex | 7A | 7A | 66 | 0 | 0 | 10 | 34 | 3C | 9 | 2C |
| Octal | 172 | 172 | 146 | 0 | 0 | 20 | 64 | 74 | 11 | 54 |
| Binary | 1111010 | 1111010 | 1100110 | 0 | 0 | 10000 | 110100 | 111100 | 1001 | 101100 |
Color Harmonies of #7A7A66
Complementary color
Monochromatic Colors of #7A7A66
Black with #7A7A66
Text Example
Text Example
White with #7A7A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7A66; }
p { color: rgb(122,122,102); }
H1.HeaderClassName
{
color: #7A7A66;
}
.AnyTagClassName
{
color: #7A7A66;
}
</style>
background-color css
<style>
a { background-color: #7A7A66; }
a { background-color: rgb(122,122,102); }
div.DivClassName
{
background-color: #7A7A66;
}
.BgClassName
{
background-color: #7A7A66;
}
</style>
border-color css
<style>
span { border-color: #7A7A66; }
span { border-color: rgb(122,122,102); }
td.TdClassName
{
border-color: #7A7A66;
}
.TagClassName
{
border-color: #7A7A66;
}
</style>