#797A69

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

Shades of Tapa #797A69

Tints of Tapa #797A69

Color information

#797A69 (or 0x797A69) is unknown color: approx Tapa. HEX triplet: 79, 7A and 69. RGB value is (121,122,105). Sum of RGB (Red+Green+Blue) = 121+122+105=348 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.77% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 122 - color contains mainly: green. Hex color #797A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797A69 is #868596. Grayscale: #777777. Windows color (decimal): -8816023 or 6912633. OLE color: 6912633.

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

Color convert

RGB121122105-
CMYK0.0100.140.52
HSL63.53º7.49%44.51%-
HSV(B)63.53º13.93%47.84%-
XYZ17.391916.12-
YUV119.76119.67128.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.77%
GREEN value IS 122 (48.05% from 255) = 35.06%
BLUE value IS 105 (41.41% from 255) = 30.17%
R=34.77%
G=35.06%
B=30.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1211221050.0100.140.5263.537.4944.51
Hex797A6910E344072d
Octal171172151101664100755
Binary1111001111101011010011011101101001000000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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