#797A6B

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

Shades of Tapa #797A6B

Tints of Tapa #797A6B

Color information

#797A6B (or 0x797A6B) is unknown color: approx Tapa. HEX triplet: 79, 7A and 6B. RGB value is (121,122,107). Sum of RGB (Red+Green+Blue) = 121+122+107=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 122 - color contains mainly: green. Hex color #797A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797A6B is #868594. Grayscale: #787878. Windows color (decimal): -8816021 or 7043705. OLE color: 7043705.

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

Color convert

RGB121122107-
CMYK0.0100.120.52
HSL64º6.55%44.9%-
HSV(B)64º12.3%47.84%-
XYZ17.519.0516.66-
YUV119.99120.67128.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.57%
GREEN value IS 122 (48.05% from 255) = 34.86%
BLUE value IS 107 (42.19% from 255) = 30.57%
R=34.57%
G=34.86%
B=30.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1211221070.0100.120.52646.5544.9
Hex797A6B10C344072d
Octal171172153101464100755
Binary1111001111101011010111011001101001000000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797A6B; }

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

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

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

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

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

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

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

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