#7E804C

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

Shades of Finch #7E804C

Tints of Finch #7E804C

Color information

#7E804C (or 0x7E804C) is unknown color: approx Finch. HEX triplet: 7E, 80 and 4C. RGB value is (126,128,76). Sum of RGB (Red+Green+Blue) = 126+128+76=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 128 - color contains mainly: green. Hex color #7E804C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E804C is #817FB3. Grayscale: #797979. Windows color (decimal): -8486836 or 5013630. OLE color: 5013630.

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

Color convert

RGB12612876-
CMYK0.0200.410.50
HSL62.31º25.49%40%-
HSV(B)62.31º40.62%50.2%-
XYZ17.6320.49.85-
YUV121.47102.34131.23-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.18%
GREEN value IS 128 (50.39% from 255) = 38.79%
BLUE value IS 76 (30.08% from 255) = 23.03%
R=38.18%
G=38.79%
B=23.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal126128760.0200.410.5062.3125.4940
Hex7E804C2029323e1928
Octal176200114205162763150
Binary111111010000000100110010010100111001011111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,128,76); }

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

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

 a { background-color: rgb(126,128,76); }

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

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

 span { border-color: rgb(126,128,76); }

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