#7E895A

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

Shades of Finch #7E895A

Tints of Finch #7E895A

Color information

#7E895A (or 0x7E895A) is unknown color: approx Finch. HEX triplet: 7E, 89 and 5A. RGB value is (126,137,90). Sum of RGB (Red+Green+Blue) = 126+137+90=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 137 - color contains mainly: green. Hex color #7E895A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E895A is #8176A5. Grayscale: #808080. Windows color (decimal): -8484518 or 5933438. OLE color: 5933438.

HSL color Cylindrical-coordinate representation of color #7E895A: hue angle of 74.04º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E895A is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB12613790-
CMYK0.0800.340.46
HSL74.04º20.7%44.51%-
HSV(B)74.04º34.31%53.73%-
XYZ19.423.0713.1-
YUV128.35106.36126.32-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.69%
GREEN value IS 137 (53.91% from 255) = 38.81%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=35.69%
G=38.81%
B=25.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126137900.0800.340.4674.0420.744.51
Hex7E895A80222E4a152d
Octal17621113210042561122555
Binary111111010001001101101010000100010101110100101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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