#7E824A

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

Shades of Finch #7E824A

Tints of Finch #7E824A

Color information

#7E824A (or 0x7E824A) is unknown color: approx Finch. HEX triplet: 7E, 82 and 4A. RGB value is (126,130,74). Sum of RGB (Red+Green+Blue) = 126+130+74=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #7E824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E824A is #817DB5. Grayscale: #7A7A7A. Windows color (decimal): -8486326 or 4883070. OLE color: 4883070.

HSL color Cylindrical-coordinate representation of color #7E824A: hue angle of 64.29º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E824A is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB12613074-
CMYK0.0300.430.49
HSL64.29º27.45%40%-
HSV(B)64.29º43.08%50.98%-
XYZ17.8220.99.57-
YUV122.42100.67130.55-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.18%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 74 (29.30% from 255) = 22.42%
R=38.18%
G=39.39%
B=22.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal126130740.0300.430.4964.2927.4540
Hex7E824A302B31401b28
Octal1762021123053611003350
Binary1111110100000101001010110101011110001100000011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,130,74); }

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

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

 a { background-color: rgb(126,130,74); }

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

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

 span { border-color: rgb(126,130,74); }

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