#797C50

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

Shades of Finch #797C50

Tints of Finch #797C50

Color information

#797C50 (or 0x797C50) is unknown color: approx Finch. HEX triplet: 79, 7C and 50. RGB value is (121,124,80). Sum of RGB (Red+Green+Blue) = 121+124+80=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 124 - color contains mainly: green. Hex color #797C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797C50 is #8683AF. Grayscale: #767676. Windows color (decimal): -8815536 or 5274745. OLE color: 5274745.

HSL color Cylindrical-coordinate representation of color #797C50: hue angle of 64.09º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #797C50 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB12112480-
CMYK0.0200.350.51
HSL64.09º21.57%40%-
HSV(B)64.09º35.48%48.63%-
XYZ16.5419.0610.4-
YUV118.09106.51130.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.23%
GREEN value IS 124 (48.83% from 255) = 38.15%
BLUE value IS 80 (31.64% from 255) = 24.62%
R=37.23%
G=38.15%
B=24.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121124800.0200.350.5164.0921.5740
Hex797C50202333401628
Octal1711741202043631002650
Binary111100111111001010000100100011110011100000010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,124,80); }

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

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

 a { background-color: rgb(121,124,80); }

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

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

 span { border-color: rgb(121,124,80); }

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