#797974

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

Shades of Tapa #797974

Tints of Tapa #797974

Color information

#797974 (or 0x797974) is unknown color: approx Tapa. HEX triplet: 79, 79 and 74. RGB value is (121,121,116). Sum of RGB (Red+Green+Blue) = 121+121+116=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 121 - color contains mainly: red, green. Hex color #797974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797974 is #86868B. Grayscale: #787878. Windows color (decimal): -8816268 or 7633273. OLE color: 7633273.

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

Color convert

RGB121121116-
CMYK000.040.53
HSL60º2.11%46.47%-
HSV(B)60º4.13%47.45%-
XYZ17.871919.25-
YUV120.43125.5128.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.80%
GREEN value IS 121 (47.66% from 255) = 33.80%
BLUE value IS 116 (45.70% from 255) = 32.40%
R=33.80%
G=33.80%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121121116000.040.53602.1146.47
Hex797974004353c22e
Octal1711711640046574256
Binary1111001111100111101000010011010111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797974; }

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

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

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

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

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

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

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

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