#76805E

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

Shades of Finch #76805E

Tints of Finch #76805E

Color information

#76805E (or 0x76805E) is unknown color: approx Finch. HEX triplet: 76, 80 and 5E. RGB value is (118,128,94). Sum of RGB (Red+Green+Blue) = 118+128+94=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 128 - color contains mainly: green. Hex color #76805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76805E is #897FA1. Grayscale: #797979. Windows color (decimal): -9011106 or 6193270. OLE color: 6193270.

HSL color Cylindrical-coordinate representation of color #76805E: hue angle of 77.65º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76805E is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB11812894-
CMYK0.0800.270.50
HSL77.65º15.32%43.53%-
HSV(B)77.65º26.56%50.2%-
XYZ17.2120.113.56-
YUV121.13112.69125.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 128 (50.39% from 255) = 37.65%
BLUE value IS 94 (37.11% from 255) = 27.65%
R=34.71%
G=37.65%
B=27.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118128940.0800.270.5077.6515.3243.53
Hex76805E801B324ef2c
Octal16620013610033621161754
Binary1110110100000001011110100001101111001010011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76805E; }

 p { color: rgb(118,128,94); }

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

<style>
 a { background-color: #76805E; }

 a { background-color: rgb(118,128,94); }

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

<style>
 span { border-color: #76805E; }

 span { border-color: rgb(118,128,94); }

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