#787C5E

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

Shades of Finch #787C5E

Tints of Finch #787C5E

Color information

#787C5E (or 0x787C5E) is unknown color: approx Finch. HEX triplet: 78, 7C and 5E. RGB value is (120,124,94). Sum of RGB (Red+Green+Blue) = 120+124+94=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 124 - color contains mainly: green. Hex color #787C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C5E is #8783A1. Grayscale: #777777. Windows color (decimal): -8881058 or 6192248. OLE color: 6192248.

HSL color Cylindrical-coordinate representation of color #787C5E: hue angle of 68º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #787C5E is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB12012494-
CMYK0.0300.240.51
HSL68º13.76%42.75%-
HSV(B)68º24.19%48.63%-
XYZ16.9719.2213.4-
YUV119.38113.67128.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.50%
GREEN value IS 124 (48.83% from 255) = 36.69%
BLUE value IS 94 (37.11% from 255) = 27.81%
R=35.50%
G=36.69%
B=27.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120124940.0300.240.516813.7642.75
Hex787C5E30183344e2b
Octal1701741363030631041653
Binary1111000111110010111101101100011001110001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787C5E; }

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

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

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

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

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

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

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

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