#797968

Color #797968 Tapa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapa #797968

Tints of Tapa #797968

Color information

#797968 (or 0x797968) is unknown color: approx Tapa. HEX triplet: 79, 79 and 68. RGB value is (121,121,104). Sum of RGB (Red+Green+Blue) = 121+121+104=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 121 - color contains mainly: red, green. Hex color #797968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797968 is #868697. Grayscale: #777777. Windows color (decimal): -8816280 or 6846841. OLE color: 6846841.

HSL color Cylindrical-coordinate representation of color #797968: hue angle of 60º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #797968 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB121121104-
CMYK000.140.53
HSL60º7.56%44.12%-
HSV(B)60º14.05%47.45%-
XYZ17.2218.7415.81-
YUV119.06119.5129.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 34.97%
GREEN value IS 121 (47.66% from 255) = 34.97%
BLUE value IS 104 (41.02% from 255) = 30.06%
R=34.97%
G=34.97%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121121104000.140.53607.5644.12
Hex79796800E353c82c
Octal171171150001665741054
Binary1111001111100111010000011101101011111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797968; }

 p { color: rgb(121,121,104); }

 H1.HeaderClassName
 {
   color: #797968;
 }
 .AnyTagClassName
 {
   color: #797968;
 }
</style>
background-color css

<style>
 a { background-color: #797968; }

 a { background-color: rgb(121,121,104); }

 div.DivClassName
 {
   background-color: #797968;
 }
 .BgClassName
 {
   background-color: #797968;
 }
</style>
border-color css

<style>
 span { border-color: #797968; }

 span { border-color: rgb(121,121,104); }

 td.TdClassName
 {
   border-color: #797968;
 }
 .TagClassName
 {
   border-color: #797968;
 }
</style>