Shades of Tapa #7A7967
Tints of Tapa #7A7967
RGB
CMYK
RGB Variations
Color information
#7A7967 (or 0x7A7967) is known color: Tapa. HEX triplet: 7A, 79 and 67. RGB value is (122,121,103). Sum of RGB (Red+Green+Blue) = 122+121+103=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7967 is #858698. Grayscale: #777777. Windows color (decimal): -8750745 or 6781306. OLE color: 6781306.
HSL color Cylindrical-coordinate representation of color #7A7967: hue angle of 56.84º degrees, saturation: 0.08, 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 #7A7967 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 121 | 103 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.52 |
| HSL | 56.84º | 0.08% | 0.44% | - |
| HSV(B) | 56.84º | 0.16% | 0.48% | - |
| XYZ | 17.31 | 18.79 | 15.55 | - |
| YUV | 119.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 121 | 103 | 0 | 0.01 | 0.16 | 0.52 | 56.84 | 0.08 | 0.44 |
| Hex | 7A | 79 | 67 | 0 | 1 | 10 | 34 | 39 | 8 | 2C |
| Octal | 172 | 171 | 147 | 0 | 1 | 20 | 64 | 71 | 10 | 54 |
| Binary | 1111010 | 1111001 | 1100111 | 0 | 1 | 10000 | 110100 | 111001 | 1000 | 101100 |
Color Harmonies of #7A7967
Complementary color
Monochromatic Colors of #7A7967
Black with #7A7967
Text Example
Text Example
White with #7A7967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7967; }
p { color: rgb(122,121,103); }
H1.HeaderClassName
{
color: #7A7967;
}
.AnyTagClassName
{
color: #7A7967;
}
</style>
background-color css
<style>
a { background-color: #7A7967; }
a { background-color: rgb(122,121,103); }
div.DivClassName
{
background-color: #7A7967;
}
.BgClassName
{
background-color: #7A7967;
}
</style>
border-color css
<style>
span { border-color: #7A7967; }
span { border-color: rgb(122,121,103); }
td.TdClassName
{
border-color: #7A7967;
}
.TagClassName
{
border-color: #7A7967;
}
</style>