#778349

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

Shades of Finch #778349

Tints of Finch #778349

Color information

#778349 (or 0x778349) is unknown color: approx Finch. HEX triplet: 77, 83 and 49. RGB value is (119,131,73). Sum of RGB (Red+Green+Blue) = 119+131+73=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 131 - color contains mainly: green. Hex color #778349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778349 is #887CB6. Grayscale: #797979. Windows color (decimal): -8944823 or 4817783. OLE color: 4817783.

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

Color convert

RGB11913173-
CMYK0.0900.440.49
HSL72.41º28.43%40%-
HSV(B)72.41º44.27%51.37%-
XYZ16.9320.649.39-
YUV120.8101.02126.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 131 (51.56% from 255) = 40.56%
BLUE value IS 73 (28.91% from 255) = 22.60%
R=36.84%
G=40.56%
B=22.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119131730.0900.440.4972.4128.4340
Hex778349902C31481c28
Octal16720311111054611103450
Binary111011110000011100100110010101100110001100100011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778349; }

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

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

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

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

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

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

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

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