Shades of Tapa #7A7A75
Tints of Tapa #7A7A75
RGB
CMYK
RGB Variations
Color information
#7A7A75 (or 0x7A7A75) is known color: Tapa. HEX triplet: 7A, 7A and 75. RGB value is (122,122,117). Sum of RGB (Red+Green+Blue) = 122+122+117=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 122 - color contains mainly: red, green. Hex color #7A7A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7A75 is #85858A. Grayscale: #797979. Windows color (decimal): -8750475 or 7699066. OLE color: 7699066.
HSL color Cylindrical-coordinate representation of color #7A7A75: hue angle of 60º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7A7A75 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 122 | 117 | - |
| CMYK | 0 | 0 | 0.04 | 0.52 |
| HSL | 60º | 0.02% | 0.47% | - |
| HSV(B) | 60º | 0.04% | 0.48% | - |
| XYZ | 18.2 | 19.34 | 19.6 | - |
| YUV | 121.43 | 125.5 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 122 | 117 | 0 | 0 | 0.04 | 0.52 | 60 | 0.02 | 0.47 |
| Hex | 7A | 7A | 75 | 0 | 0 | 4 | 34 | 3C | 2 | 2F |
| Octal | 172 | 172 | 165 | 0 | 0 | 4 | 64 | 74 | 2 | 57 |
| Binary | 1111010 | 1111010 | 1110101 | 0 | 0 | 100 | 110100 | 111100 | 10 | 101111 |
Color Harmonies of #7A7A75
Complementary color
Monochromatic Colors of #7A7A75
Black with #7A7A75
Text Example
Text Example
White with #7A7A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7A75; }
p { color: rgb(122,122,117); }
H1.HeaderClassName
{
color: #7A7A75;
}
.AnyTagClassName
{
color: #7A7A75;
}
</style>
background-color css
<style>
a { background-color: #7A7A75; }
a { background-color: rgb(122,122,117); }
div.DivClassName
{
background-color: #7A7A75;
}
.BgClassName
{
background-color: #7A7A75;
}
</style>
border-color css
<style>
span { border-color: #7A7A75; }
span { border-color: rgb(122,122,117); }
td.TdClassName
{
border-color: #7A7A75;
}
.TagClassName
{
border-color: #7A7A75;
}
</style>