#778249

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

Shades of Finch #778249

Tints of Finch #778249

Color information

#778249 (or 0x778249) is unknown color: approx Finch. HEX triplet: 77, 82 and 49. RGB value is (119,130,73). Sum of RGB (Red+Green+Blue) = 119+130+73=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #778249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778249 is #887DB6. Grayscale: #787878. Windows color (decimal): -8945079 or 4817527. OLE color: 4817527.

HSL color Cylindrical-coordinate representation of color #778249: hue angle of 71.58º 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 #778249 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB11913073-
CMYK0.0800.440.49
HSL71.58º28.08%39.8%-
HSV(B)71.58º43.85%50.98%-
XYZ16.7920.379.35-
YUV120.21101.36127.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.96%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 73 (28.91% from 255) = 22.67%
R=36.96%
G=40.37%
B=22.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119130730.0800.440.4971.5828.0839.8
Hex778249802C31481c28
Octal16720211110054611103450
Binary111011110000010100100110000101100110001100100011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778249; }

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

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

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

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

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

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

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

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