#7E8050

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

Shades of Finch #7E8050

Tints of Finch #7E8050

Color information

#7E8050 (or 0x7E8050) is unknown color: approx Finch. HEX triplet: 7E, 80 and 50. RGB value is (126,128,80). Sum of RGB (Red+Green+Blue) = 126+128+80=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 128 - color contains mainly: green. Hex color #7E8050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8050 is #817FAF. Grayscale: #7A7A7A. Windows color (decimal): -8486832 or 5275774. OLE color: 5275774.

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

Color convert

RGB12612880-
CMYK0.0200.380.50
HSL62.5º23.08%40.78%-
HSV(B)62.5º37.5%50.2%-
XYZ17.7720.4510.6-
YUV121.93104.34130.9-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.72%
GREEN value IS 128 (50.39% from 255) = 38.32%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=37.72%
G=38.32%
B=23.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal126128800.0200.380.5062.523.0840.78
Hex7E80502026323f1729
Octal176200120204662772751
Binary111111010000000101000010010011011001011111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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