#778160

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

Shades of Finch #778160

Tints of Finch #778160

Color information

#778160 (or 0x778160) is unknown color: approx Finch. HEX triplet: 77, 81 and 60. RGB value is (119,129,96). Sum of RGB (Red+Green+Blue) = 119+129+96=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 129 - color contains mainly: green. Hex color #778160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778160 is #887E9F. Grayscale: #7A7A7A. Windows color (decimal): -8945312 or 6324599. OLE color: 6324599.

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

Color convert

RGB11912996-
CMYK0.0800.260.49
HSL78.18º14.67%44.12%-
HSV(B)78.18º25.58%50.59%-
XYZ17.5720.4714.09-
YUV122.25113.19125.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.59%
GREEN value IS 129 (50.78% from 255) = 37.5%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=34.59%
G=37.5%
B=27.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119129960.0800.260.4978.1814.6744.12
Hex778160801A314ef2c
Octal16720114010032611161754
Binary1110111100000011100000100001101011000110011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778160; }

 p { color: rgb(119,129,96); }

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

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

 a { background-color: rgb(119,129,96); }

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

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

 span { border-color: rgb(119,129,96); }

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