Shades of Tapa #7A7A67
Tints of Tapa #7A7A67
RGB
CMYK
RGB Variations
Color information
#7A7A67 (or 0x7A7A67) is known color: Tapa. HEX triplet: 7A, 7A and 67. RGB value is (122,122,103). Sum of RGB (Red+Green+Blue) = 122+122+103=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 122 - color contains mainly: red, green. Hex color #7A7A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7A67 is #858598. Grayscale: #777777. Windows color (decimal): -8750489 or 6781562. OLE color: 6781562.
HSL color Cylindrical-coordinate representation of color #7A7A67: hue angle of 60º 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 #7A7A67 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 122 | 103 | - |
| CMYK | 0 | 0 | 0.16 | 0.52 |
| HSL | 60º | 0.08% | 0.44% | - |
| HSV(B) | 60º | 0.16% | 0.48% | - |
| XYZ | 17.43 | 19.04 | 15.59 | - |
| YUV | 119.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 122 | 103 | 0 | 0 | 0.16 | 0.52 | 60 | 0.08 | 0.44 |
| Hex | 7A | 7A | 67 | 0 | 0 | 10 | 34 | 3C | 8 | 2C |
| Octal | 172 | 172 | 147 | 0 | 0 | 20 | 64 | 74 | 10 | 54 |
| Binary | 1111010 | 1111010 | 1100111 | 0 | 0 | 10000 | 110100 | 111100 | 1000 | 101100 |
Color Harmonies of #7A7A67
Complementary color
Monochromatic Colors of #7A7A67
Black with #7A7A67
Text Example
Text Example
White with #7A7A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7A67; }
p { color: rgb(122,122,103); }
H1.HeaderClassName
{
color: #7A7A67;
}
.AnyTagClassName
{
color: #7A7A67;
}
</style>
background-color css
<style>
a { background-color: #7A7A67; }
a { background-color: rgb(122,122,103); }
div.DivClassName
{
background-color: #7A7A67;
}
.BgClassName
{
background-color: #7A7A67;
}
</style>
border-color css
<style>
span { border-color: #7A7A67; }
span { border-color: rgb(122,122,103); }
td.TdClassName
{
border-color: #7A7A67;
}
.TagClassName
{
border-color: #7A7A67;
}
</style>