Shades of Tapa #797A6D
Tints of Tapa #797A6D
RGB
CMYK
RGB Variations
Color information
#797A6D (or 0x797A6D) is known color: Tapa. HEX triplet: 79, 7A and 6D. RGB value is (121,122,109). Sum of RGB (Red+Green+Blue) = 121+122+109=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 122 - color contains mainly: green. Hex color #797A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797A6D is #868592. Grayscale: #787878. Windows color (decimal): -8816019 or 7174777. OLE color: 7174777.
HSL color Cylindrical-coordinate representation of color #797A6D: hue angle of 64.62º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #797A6D is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 122 | 109 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.52 |
| HSL | 64.62º | 0.06% | 0.45% | - |
| HSV(B) | 64.62º | 0.11% | 0.48% | - |
| XYZ | 17.61 | 19.09 | 17.22 | - |
| YUV | 120.22 | 121.67 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 122 | 109 | 0.01 | 0 | 0.11 | 0.52 | 64.62 | 0.06 | 0.45 |
| Hex | 79 | 7A | 6D | 1 | 0 | B | 34 | 41 | 6 | 2D |
| Octal | 171 | 172 | 155 | 1 | 0 | 13 | 64 | 101 | 6 | 55 |
| Binary | 1111001 | 1111010 | 1101101 | 1 | 0 | 1011 | 110100 | 1000001 | 110 | 101101 |
Color Harmonies of #797A6D
Complementary color
Monochromatic Colors of #797A6D
Black with #797A6D
Text Example
Text Example
White with #797A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797A6D; }
p { color: rgb(121,122,109); }
H1.HeaderClassName
{
color: #797A6D;
}
.AnyTagClassName
{
color: #797A6D;
}
</style>
background-color css
<style>
a { background-color: #797A6D; }
a { background-color: rgb(121,122,109); }
div.DivClassName
{
background-color: #797A6D;
}
.BgClassName
{
background-color: #797A6D;
}
</style>
border-color css
<style>
span { border-color: #797A6D; }
span { border-color: rgb(121,122,109); }
td.TdClassName
{
border-color: #797A6D;
}
.TagClassName
{
border-color: #797A6D;
}
</style>