Shades of Tapa #7A7D6C
Tints of Tapa #7A7D6C
RGB
CMYK
RGB Variations
Color information
#7A7D6C (or 0x7A7D6C) is known color: Tapa. HEX triplet: 7A, 7D and 6C. RGB value is (122,125,108). Sum of RGB (Red+Green+Blue) = 122+125+108=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 125 - color contains mainly: green. Hex color #7A7D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7D6C is #858293. Grayscale: #7A7A7A. Windows color (decimal): -8749716 or 7110010. OLE color: 7110010.
HSL color Cylindrical-coordinate representation of color #7A7D6C: hue angle of 70.59º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A7D6C is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 125 | 108 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.51 |
| HSL | 70.59º | 0.07% | 0.46% | - |
| HSV(B) | 70.59º | 0.14% | 0.49% | - |
| XYZ | 18.07 | 19.89 | 17.07 | - |
| YUV | 122.17 | 120.01 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 125 | 108 | 0.02 | 0 | 0.14 | 0.51 | 70.59 | 0.07 | 0.46 |
| Hex | 7A | 7D | 6C | 2 | 0 | E | 33 | 47 | 7 | 2E |
| Octal | 172 | 175 | 154 | 2 | 0 | 16 | 63 | 107 | 7 | 56 |
| Binary | 1111010 | 1111101 | 1101100 | 10 | 0 | 1110 | 110011 | 1000111 | 111 | 101110 |
Color Harmonies of #7A7D6C
Complementary color
Monochromatic Colors of #7A7D6C
Black with #7A7D6C
Text Example
Text Example
White with #7A7D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7D6C; }
p { color: rgb(122,125,108); }
H1.HeaderClassName
{
color: #7A7D6C;
}
.AnyTagClassName
{
color: #7A7D6C;
}
</style>
background-color css
<style>
a { background-color: #7A7D6C; }
a { background-color: rgb(122,125,108); }
div.DivClassName
{
background-color: #7A7D6C;
}
.BgClassName
{
background-color: #7A7D6C;
}
</style>
border-color css
<style>
span { border-color: #7A7D6C; }
span { border-color: rgb(122,125,108); }
td.TdClassName
{
border-color: #7A7D6C;
}
.TagClassName
{
border-color: #7A7D6C;
}
</style>