#7E8057

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

Shades of Finch #7E8057

Tints of Finch #7E8057

Color information

#7E8057 (or 0x7E8057) is unknown color: approx Finch. HEX triplet: 7E, 80 and 57. RGB value is (126,128,87). Sum of RGB (Red+Green+Blue) = 126+128+87=341 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.95% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 128 - color contains mainly: green. Hex color #7E8057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8057 is #817FA8. Grayscale: #7A7A7A. Windows color (decimal): -8486825 or 5734526. OLE color: 5734526.

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

Color convert

RGB12612887-
CMYK0.0200.320.50
HSL62.93º19.07%42.16%-
HSV(B)62.93º32.03%50.2%-
XYZ18.0420.5612.03-
YUV122.73107.84130.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.95%
GREEN value IS 128 (50.39% from 255) = 37.54%
BLUE value IS 87 (34.38% from 255) = 25.51%
R=36.95%
G=37.54%
B=25.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal126128870.0200.320.5062.9319.0742.16
Hex7E80572020323f132a
Octal176200127204062772352
Binary111111010000000101011110010000011001011111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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