Shades of Tapa #7A7C67
Tints of Tapa #7A7C67
RGB
CMYK
RGB Variations
Color information
#7A7C67 (or 0x7A7C67) is known color: Tapa. HEX triplet: 7A, 7C and 67. RGB value is (122,124,103). Sum of RGB (Red+Green+Blue) = 122+124+103=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 124 - color contains mainly: green. Hex color #7A7C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7C67 is #858398. Grayscale: #797979. Windows color (decimal): -8749977 or 6782074. OLE color: 6782074.
HSL color Cylindrical-coordinate representation of color #7A7C67: hue angle of 65.71º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A7C67 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 124 | 103 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.51 |
| HSL | 65.71º | 0.09% | 0.45% | - |
| HSV(B) | 65.71º | 0.17% | 0.49% | - |
| XYZ | 17.68 | 19.53 | 15.67 | - |
| YUV | 121.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 124 | 103 | 0.02 | 0 | 0.17 | 0.51 | 65.71 | 0.09 | 0.45 |
| Hex | 7A | 7C | 67 | 2 | 0 | 11 | 33 | 42 | 9 | 2D |
| Octal | 172 | 174 | 147 | 2 | 0 | 21 | 63 | 102 | 11 | 55 |
| Binary | 1111010 | 1111100 | 1100111 | 10 | 0 | 10001 | 110011 | 1000010 | 1001 | 101101 |
Color Harmonies of #7A7C67
Complementary color
Monochromatic Colors of #7A7C67
Black with #7A7C67
Text Example
Text Example
White with #7A7C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7C67; }
p { color: rgb(122,124,103); }
H1.HeaderClassName
{
color: #7A7C67;
}
.AnyTagClassName
{
color: #7A7C67;
}
</style>
background-color css
<style>
a { background-color: #7A7C67; }
a { background-color: rgb(122,124,103); }
div.DivClassName
{
background-color: #7A7C67;
}
.BgClassName
{
background-color: #7A7C67;
}
</style>
border-color css
<style>
span { border-color: #7A7C67; }
span { border-color: rgb(122,124,103); }
td.TdClassName
{
border-color: #7A7C67;
}
.TagClassName
{
border-color: #7A7C67;
}
</style>