#778350

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

Shades of Finch #778350

Tints of Finch #778350

Color information

#778350 (or 0x778350) is unknown color: approx Finch. HEX triplet: 77, 83 and 50. RGB value is (119,131,80). Sum of RGB (Red+Green+Blue) = 119+131+80=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 131 - color contains mainly: green. Hex color #778350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778350 is #887CAF. Grayscale: #797979. Windows color (decimal): -8944816 or 5276535. OLE color: 5276535.

HSL color Cylindrical-coordinate representation of color #778350: hue angle of 74.12º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #778350 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB11913180-
CMYK0.0900.390.49
HSL74.12º24.17%41.37%-
HSV(B)74.12º38.93%51.37%-
XYZ17.1720.7310.69-
YUV121.6104.52126.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.06%
GREEN value IS 131 (51.56% from 255) = 39.70%
BLUE value IS 80 (31.64% from 255) = 24.24%
R=36.06%
G=39.70%
B=24.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119131800.0900.390.4974.1224.1741.37
Hex7783509027314a1829
Octal16720312011047611123051
Binary111011110000011101000010010100111110001100101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778350; }

 p { color: rgb(119,131,80); }

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

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

 a { background-color: rgb(119,131,80); }

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

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

 span { border-color: rgb(119,131,80); }

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