#79796C

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

Shades of Tapa #79796C

Tints of Tapa #79796C

Color information

#79796C (or 0x79796C) is unknown color: approx Tapa. HEX triplet: 79, 79 and 6C. RGB value is (121,121,108). Sum of RGB (Red+Green+Blue) = 121+121+108=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 121 - color contains mainly: red, green. Hex color #79796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79796C is #868693. Grayscale: #777777. Windows color (decimal): -8816276 or 7108985. OLE color: 7108985.

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

Color convert

RGB121121108-
CMYK000.110.53
HSL60º5.68%44.9%-
HSV(B)60º10.74%47.45%-
XYZ17.4318.8216.9-
YUV119.52121.5129.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.57%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 108 (42.58% from 255) = 30.86%
R=34.57%
G=34.57%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121121108000.110.53605.6844.9
Hex79796C00B353c62d
Octal17117115400136574655
Binary111100111110011101100001011110101111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79796C; }

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

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

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

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

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

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

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

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