#7E8457

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

Shades of Finch #7E8457

Tints of Finch #7E8457

Color information

#7E8457 (or 0x7E8457) is unknown color: approx Finch. HEX triplet: 7E, 84 and 57. RGB value is (126,132,87). Sum of RGB (Red+Green+Blue) = 126+132+87=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 132 - color contains mainly: green. Hex color #7E8457 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8457 is #817BA8. Grayscale: #7D7D7D. Windows color (decimal): -8485801 or 5735550. OLE color: 5735550.

HSL color Cylindrical-coordinate representation of color #7E8457: hue angle of 68º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E8457 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB12613287-
CMYK0.0500.340.48
HSL68º20.55%42.94%-
HSV(B)68º34.09%51.76%-
XYZ18.5821.6312.21-
YUV125.08106.51128.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.52%
GREEN value IS 132 (51.95% from 255) = 38.26%
BLUE value IS 87 (34.38% from 255) = 25.22%
R=36.52%
G=38.26%
B=25.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126132870.0500.340.486820.5542.94
Hex7E845750223044152b
Octal1762041275042601042553
Binary11111101000010010101111010100010110000100010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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