#78795C

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

Shades of Finch #78795C

Tints of Finch #78795C

Color information

#78795C (or 0x78795C) is unknown color: approx Finch. HEX triplet: 78, 79 and 5C. RGB value is (120,121,92). Sum of RGB (Red+Green+Blue) = 120+121+92=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 121 - color contains mainly: green. Hex color #78795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78795C is #8786A3. Grayscale: #757575. Windows color (decimal): -8881828 or 6060408. OLE color: 6060408.

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

Color convert

RGB12012192-
CMYK0.0100.240.53
HSL62.07º13.62%41.76%-
HSV(B)62.07º23.97%47.45%-
XYZ16.5118.4412.81-
YUV117.4113.67129.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.04%
GREEN value IS 121 (47.66% from 255) = 36.34%
BLUE value IS 92 (36.33% from 255) = 27.63%
R=36.04%
G=36.34%
B=27.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120121920.0100.240.5362.0713.6241.76
Hex78795C1018353ee2a
Octal170171134103065761652
Binary11110001111001101110010110001101011111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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