Shades of Tapa #797A66
Tints of Tapa #797A66
RGB
CMYK
RGB Variations
Color information
#797A66 (or 0x797A66) is known color: Tapa. HEX triplet: 79, 7A and 66. RGB value is (121,122,102). Sum of RGB (Red+Green+Blue) = 121+122+102=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 122 - color contains mainly: green. Hex color #797A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797A66 is #868599. Grayscale: #777777. Windows color (decimal): -8816026 or 6716025. OLE color: 6716025.
HSL color Cylindrical-coordinate representation of color #797A66: hue angle of 63º 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 #797A66 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 122 | 102 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.52 |
| HSL | 63º | 0.09% | 0.44% | - |
| HSV(B) | 63º | 0.16% | 0.48% | - |
| XYZ | 17.24 | 18.94 | 15.32 | - |
| YUV | 119.42 | 118.17 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 122 | 102 | 0.01 | 0 | 0.16 | 0.52 | 63 | 0.09 | 0.44 |
| Hex | 79 | 7A | 66 | 1 | 0 | 10 | 34 | 3F | 9 | 2C |
| Octal | 171 | 172 | 146 | 1 | 0 | 20 | 64 | 77 | 11 | 54 |
| Binary | 1111001 | 1111010 | 1100110 | 1 | 0 | 10000 | 110100 | 111111 | 1001 | 101100 |
Color Harmonies of #797A66
Complementary color
Monochromatic Colors of #797A66
Black with #797A66
Text Example
Text Example
White with #797A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797A66; }
p { color: rgb(121,122,102); }
H1.HeaderClassName
{
color: #797A66;
}
.AnyTagClassName
{
color: #797A66;
}
</style>
background-color css
<style>
a { background-color: #797A66; }
a { background-color: rgb(121,122,102); }
div.DivClassName
{
background-color: #797A66;
}
.BgClassName
{
background-color: #797A66;
}
</style>
border-color css
<style>
span { border-color: #797A66; }
span { border-color: rgb(121,122,102); }
td.TdClassName
{
border-color: #797A66;
}
.TagClassName
{
border-color: #797A66;
}
</style>