#7E895E

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

Shades of Finch #7E895E

Tints of Finch #7E895E

Color information

#7E895E (or 0x7E895E) is unknown color: approx Finch. HEX triplet: 7E, 89 and 5E. RGB value is (126,137,94). Sum of RGB (Red+Green+Blue) = 126+137+94=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 137 - color contains mainly: green. Hex color #7E895E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E895E is #8176A1. Grayscale: #808080. Windows color (decimal): -8484514 or 6195582. OLE color: 6195582.

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

Color convert

RGB12613794-
CMYK0.0800.310.46
HSL75.35º18.61%45.29%-
HSV(B)75.35º31.39%53.73%-
XYZ19.5723.1414.02-
YUV128.81108.36126-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.29%
GREEN value IS 137 (53.91% from 255) = 38.38%
BLUE value IS 94 (37.11% from 255) = 26.33%
R=35.29%
G=38.38%
B=26.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126137940.0800.310.4675.3518.6145.29
Hex7E895E801F2E4b132d
Octal17621113610037561132355
Binary11111101000100110111101000011111101110100101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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