#788160

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

Shades of Finch #788160

Tints of Finch #788160

Color information

#788160 (or 0x788160) is unknown color: approx Finch. HEX triplet: 78, 81 and 60. RGB value is (120,129,96). Sum of RGB (Red+Green+Blue) = 120+129+96=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 129 - color contains mainly: green. Hex color #788160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788160 is #877E9F. Grayscale: #7A7A7A. Windows color (decimal): -8879776 or 6324600. OLE color: 6324600.

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

Color convert

RGB12012996-
CMYK0.0700.260.49
HSL76.36º14.67%44.12%-
HSV(B)76.36º25.58%50.59%-
XYZ17.7120.5414.1-
YUV122.55113.02126.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.78%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=34.78%
G=37.39%
B=27.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120129960.0700.260.4976.3614.6744.12
Hex788160701A314cf2c
Octal1702011407032611141754
Binary111100010000001110000011101101011000110011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788160; }

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

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

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

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

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

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

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

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