#7A796F

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

Shades of Tapa #7A796F

Tints of Tapa #7A796F

Color information

#7A796F (or 0x7A796F) is unknown color: approx Tapa. HEX triplet: 7A, 79 and 6F. RGB value is (122,121,111). Sum of RGB (Red+Green+Blue) = 122+121+111=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 122 - color contains mainly: red. Hex color #7A796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A796F is #858690. Grayscale: #787878. Windows color (decimal): -8750737 or 7305594. OLE color: 7305594.

HSL color Cylindrical-coordinate representation of color #7A796F: hue angle of 54.55º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7A796F is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB122121111-
CMYK00.010.090.52
HSL54.55º4.72%45.69%-
HSV(B)54.55º9.02%47.84%-
XYZ17.7318.9617.76-
YUV120.16122.83129.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.46%
GREEN value IS 121 (47.66% from 255) = 34.18%
BLUE value IS 111 (43.75% from 255) = 31.36%
R=34.46%
G=34.18%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12212111100.010.090.5254.554.7245.69
Hex7A796F019343752e
Octal17217115701116467556
Binary111101011110011101111011001110100110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A796F; }

 p { color: rgb(122,121,111); }

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

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

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

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

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

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

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