Shades of Tapa #7A7C6D
Tints of Tapa #7A7C6D
RGB
CMYK
RGB Variations
Color information
#7A7C6D (or 0x7A7C6D) is known color: Tapa. HEX triplet: 7A, 7C and 6D. RGB value is (122,124,109). Sum of RGB (Red+Green+Blue) = 122+124+109=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 124 - color contains mainly: green. Hex color #7A7C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7C6D is #858392. Grayscale: #797979. Windows color (decimal): -8749971 or 7175290. OLE color: 7175290.
HSL color Cylindrical-coordinate representation of color #7A7C6D: hue angle of 68º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A7C6D is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 124 | 109 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.51 |
| HSL | 68º | 0.06% | 0.46% | - |
| HSV(B) | 68º | 0.12% | 0.49% | - |
| XYZ | 17.99 | 19.66 | 17.31 | - |
| YUV | 121.69 | 120.84 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 124 | 109 | 0.02 | 0 | 0.12 | 0.51 | 68 | 0.06 | 0.46 |
| Hex | 7A | 7C | 6D | 2 | 0 | C | 33 | 44 | 6 | 2E |
| Octal | 172 | 174 | 155 | 2 | 0 | 14 | 63 | 104 | 6 | 56 |
| Binary | 1111010 | 1111100 | 1101101 | 10 | 0 | 1100 | 110011 | 1000100 | 110 | 101110 |
Color Harmonies of #7A7C6D
Complementary color
Monochromatic Colors of #7A7C6D
Black with #7A7C6D
Text Example
Text Example
White with #7A7C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7C6D; }
p { color: rgb(122,124,109); }
H1.HeaderClassName
{
color: #7A7C6D;
}
.AnyTagClassName
{
color: #7A7C6D;
}
</style>
background-color css
<style>
a { background-color: #7A7C6D; }
a { background-color: rgb(122,124,109); }
div.DivClassName
{
background-color: #7A7C6D;
}
.BgClassName
{
background-color: #7A7C6D;
}
</style>
border-color css
<style>
span { border-color: #7A7C6D; }
span { border-color: rgb(122,124,109); }
td.TdClassName
{
border-color: #7A7C6D;
}
.TagClassName
{
border-color: #7A7C6D;
}
</style>