#7A796A

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

Shades of Tapa #7A796A

Tints of Tapa #7A796A

Color information

#7A796A (or 0x7A796A) is unknown color: approx Tapa. HEX triplet: 7A, 79 and 6A. RGB value is (122,121,106). Sum of RGB (Red+Green+Blue) = 122+121+106=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 122 - color contains mainly: red. Hex color #7A796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A796A is #858695. Grayscale: #777777. Windows color (decimal): -8750742 or 6977914. OLE color: 6977914.

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

Color convert

RGB122121106-
CMYK00.010.130.52
HSL56.25º7.02%44.71%-
HSV(B)56.25º13.11%47.84%-
XYZ17.4618.8516.35-
YUV119.59120.33129.72-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.96%
GREEN value IS 121 (47.66% from 255) = 34.67%
BLUE value IS 106 (41.80% from 255) = 30.37%
R=34.96%
G=34.67%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12212110600.010.130.5256.257.0244.71
Hex7A796A01D343872d
Octal17217115201156470755
Binary111101011110011101010011101110100111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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