Shades of Tapa #797975
Tints of Tapa #797975
RGB
CMYK
RGB Variations
Color information
#797975 (or 0x797975) is known color: Tapa. HEX triplet: 79, 79 and 75. RGB value is (121,121,117). Sum of RGB (Red+Green+Blue) = 121+121+117=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 121 - color contains mainly: red, green. Hex color #797975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797975 is #86868A. Grayscale: #787878. Windows color (decimal): -8816267 or 7698809. OLE color: 7698809.
HSL color Cylindrical-coordinate representation of color #797975: hue angle of 60º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #797975 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 121 | 117 | - |
| CMYK | 0 | 0 | 0.03 | 0.53 |
| HSL | 60º | 0.02% | 0.47% | - |
| HSV(B) | 60º | 0.03% | 0.47% | - |
| XYZ | 17.93 | 19.02 | 19.56 | - |
| YUV | 120.54 | 126 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 121 | 117 | 0 | 0 | 0.03 | 0.53 | 60 | 0.02 | 0.47 |
| Hex | 79 | 79 | 75 | 0 | 0 | 3 | 35 | 3C | 2 | 2F |
| Octal | 171 | 171 | 165 | 0 | 0 | 3 | 65 | 74 | 2 | 57 |
| Binary | 1111001 | 1111001 | 1110101 | 0 | 0 | 11 | 110101 | 111100 | 10 | 101111 |
Color Harmonies of #797975
Complementary color
Monochromatic Colors of #797975
Black with #797975
Text Example
Text Example
White with #797975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797975; }
p { color: rgb(121,121,117); }
H1.HeaderClassName
{
color: #797975;
}
.AnyTagClassName
{
color: #797975;
}
</style>
background-color css
<style>
a { background-color: #797975; }
a { background-color: rgb(121,121,117); }
div.DivClassName
{
background-color: #797975;
}
.BgClassName
{
background-color: #797975;
}
</style>
border-color css
<style>
span { border-color: #797975; }
span { border-color: rgb(121,121,117); }
td.TdClassName
{
border-color: #797975;
}
.TagClassName
{
border-color: #797975;
}
</style>