#7E815A

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

Shades of Finch #7E815A

Tints of Finch #7E815A

Color information

#7E815A (or 0x7E815A) is unknown color: approx Finch. HEX triplet: 7E, 81 and 5A. RGB value is (126,129,90). Sum of RGB (Red+Green+Blue) = 126+129+90=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 129 - color contains mainly: green. Hex color #7E815A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E815A is #817EA5. Grayscale: #7B7B7B. Windows color (decimal): -8486566 or 5931390. OLE color: 5931390.

HSL color Cylindrical-coordinate representation of color #7E815A: hue angle of 64.62º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E815A is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB12612990-
CMYK0.0200.300.49
HSL64.62º17.81%42.94%-
HSV(B)64.62º30.23%50.59%-
XYZ18.320.8712.74-
YUV123.66109.01129.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.52%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 90 (35.55% from 255) = 26.09%
R=36.52%
G=37.39%
B=26.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal126129900.0200.300.4964.6217.8142.94
Hex7E815A201E3141122b
Octal1762011322036611012253
Binary111111010000001101101010011110110001100000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,129,90); }

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

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

 a { background-color: rgb(126,129,90); }

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

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

 span { border-color: rgb(126,129,90); }

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