Shades of Tapa #7A7968
Tints of Tapa #7A7968
RGB
CMYK
RGB Variations
Color information
#7A7968 (or 0x7A7968) is known color: Tapa. HEX triplet: 7A, 79 and 68. RGB value is (122,121,104). Sum of RGB (Red+Green+Blue) = 122+121+104=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7968 is #858697. Grayscale: #777777. Windows color (decimal): -8750744 or 6846842. OLE color: 6846842.
HSL color Cylindrical-coordinate representation of color #7A7968: hue angle of 56.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A7968 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 121 | 104 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.52 |
| HSL | 56.67º | 0.08% | 0.44% | - |
| HSV(B) | 56.67º | 0.15% | 0.48% | - |
| XYZ | 17.36 | 18.81 | 15.81 | - |
| YUV | 119.36 | 119.33 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 121 | 104 | 0 | 0.01 | 0.15 | 0.52 | 56.67 | 0.08 | 0.44 |
| Hex | 7A | 79 | 68 | 0 | 1 | F | 34 | 39 | 8 | 2C |
| Octal | 172 | 171 | 150 | 0 | 1 | 17 | 64 | 71 | 10 | 54 |
| Binary | 1111010 | 1111001 | 1101000 | 0 | 1 | 1111 | 110100 | 111001 | 1000 | 101100 |
Color Harmonies of #7A7968
Complementary color
Monochromatic Colors of #7A7968
Black with #7A7968
Text Example
Text Example
White with #7A7968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7968; }
p { color: rgb(122,121,104); }
H1.HeaderClassName
{
color: #7A7968;
}
.AnyTagClassName
{
color: #7A7968;
}
</style>
background-color css
<style>
a { background-color: #7A7968; }
a { background-color: rgb(122,121,104); }
div.DivClassName
{
background-color: #7A7968;
}
.BgClassName
{
background-color: #7A7968;
}
</style>
border-color css
<style>
span { border-color: #7A7968; }
span { border-color: rgb(122,121,104); }
td.TdClassName
{
border-color: #7A7968;
}
.TagClassName
{
border-color: #7A7968;
}
</style>