#77805E

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

Shades of Finch #77805E

Tints of Finch #77805E

Color information

#77805E (or 0x77805E) is unknown color: approx Finch. HEX triplet: 77, 80 and 5E. RGB value is (119,128,94). Sum of RGB (Red+Green+Blue) = 119+128+94=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 128 - color contains mainly: green. Hex color #77805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77805E is #887FA1. Grayscale: #797979. Windows color (decimal): -8945570 or 6193271. OLE color: 6193271.

HSL color Cylindrical-coordinate representation of color #77805E: hue angle of 75.88º 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 #77805E is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB11912894-
CMYK0.0700.270.50
HSL75.88º15.32%43.53%-
HSV(B)75.88º26.56%50.2%-
XYZ17.3520.1713.57-
YUV121.43112.52126.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 128 (50.39% from 255) = 37.54%
BLUE value IS 94 (37.11% from 255) = 27.57%
R=34.90%
G=37.54%
B=27.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119128940.0700.270.5075.8815.3243.53
Hex77805E701B324cf2c
Octal1672001367033621141754
Binary111011110000000101111011101101111001010011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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