#77805D

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

Shades of Finch #77805D

Tints of Finch #77805D

Color information

#77805D (or 0x77805D) is unknown color: approx Finch. HEX triplet: 77, 80 and 5D. RGB value is (119,128,93). Sum of RGB (Red+Green+Blue) = 119+128+93=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 128 - color contains mainly: green. Hex color #77805D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77805D is #887FA2. Grayscale: #797979. Windows color (decimal): -8945571 or 6127735. OLE color: 6127735.

HSL color Cylindrical-coordinate representation of color #77805D: hue angle of 75.43º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77805D is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB11912893-
CMYK0.0700.270.50
HSL75.43º15.84%43.33%-
HSV(B)75.43º27.34%50.2%-
XYZ17.320.1513.33-
YUV121.32112.02126.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 128 (50.39% from 255) = 37.65%
BLUE value IS 93 (36.72% from 255) = 27.35%
R=35%
G=37.65%
B=27.35%

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
Decimal119128930.0700.270.5075.4315.8443.33
Hex77805D701B324b102b
Octal1672001357033621132053
Binary1110111100000001011101111011011110010100101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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