#78795E

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

Shades of Finch #78795E

Tints of Finch #78795E

Color information

#78795E (or 0x78795E) is unknown color: approx Finch. HEX triplet: 78, 79 and 5E. RGB value is (120,121,94). Sum of RGB (Red+Green+Blue) = 120+121+94=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 121 - color contains mainly: green. Hex color #78795E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78795E is #8786A1. Grayscale: #757575. Windows color (decimal): -8881826 or 6191480. OLE color: 6191480.

HSL color Cylindrical-coordinate representation of color #78795E: hue angle of 62.22º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #78795E is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB12012194-
CMYK0.0100.220.53
HSL62.22º12.56%42.16%-
HSV(B)62.22º22.31%47.45%-
XYZ16.618.4813.28-
YUV117.62114.67129.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 121 (47.66% from 255) = 36.12%
BLUE value IS 94 (37.11% from 255) = 28.06%
R=35.82%
G=36.12%
B=28.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120121940.0100.220.5362.2212.5642.16
Hex78795E1016353ed2a
Octal170171136102665761552
Binary11110001111001101111010101101101011111101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78795E; }

 p { color: rgb(120,121,94); }

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

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

 a { background-color: rgb(120,121,94); }

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

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

 span { border-color: rgb(120,121,94); }

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