#78795A

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

Shades of Finch #78795A

Tints of Finch #78795A

Color information

#78795A (or 0x78795A) is unknown color: approx Finch. HEX triplet: 78, 79 and 5A. RGB value is (120,121,90). Sum of RGB (Red+Green+Blue) = 120+121+90=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 121 - color contains mainly: green. Hex color #78795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78795A is #8786A5. Grayscale: #757575. Windows color (decimal): -8881830 or 5929336. OLE color: 5929336.

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

Color convert

RGB12012190-
CMYK0.0100.260.53
HSL61.94º14.69%41.37%-
HSV(B)61.94º25.62%47.45%-
XYZ16.4318.4112.36-
YUV117.17112.67130.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 121 (47.66% from 255) = 36.56%
BLUE value IS 90 (35.55% from 255) = 27.19%
R=36.25%
G=36.56%
B=27.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120121900.0100.260.5361.9414.6941.37
Hex78795A101A353ef29
Octal170171132103265761751
Binary11110001111001101101010110101101011111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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