#797F4D

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

Shades of Finch #797F4D

Tints of Finch #797F4D

Color information

#797F4D (or 0x797F4D) is unknown color: approx Finch. HEX triplet: 79, 7F and 4D. RGB value is (121,127,77). Sum of RGB (Red+Green+Blue) = 121+127+77=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 127 - color contains mainly: green. Hex color #797F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797F4D is #8680B2. Grayscale: #777777. Windows color (decimal): -8814771 or 5078905. OLE color: 5078905.

HSL color Cylindrical-coordinate representation of color #797F4D: hue angle of 67.2º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #797F4D is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB12112777-
CMYK0.0500.390.50
HSL67.2º24.51%40%-
HSV(B)67.2º39.37%49.8%-
XYZ16.8119.789.95-
YUV119.51104.01129.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.23%
GREEN value IS 127 (50% from 255) = 39.08%
BLUE value IS 77 (30.47% from 255) = 23.69%
R=37.23%
G=39.08%
B=23.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal121127770.0500.390.5067.224.5140
Hex797F4D502732431928
Octal1711771155047621033150
Binary1111001111111110011011010100111110010100001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,127,77); }

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

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

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

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

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

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

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