#787E64

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

Shades of Finch #787E64

Tints of Finch #787E64

Color information

#787E64 (or 0x787E64) is unknown color: approx Finch. HEX triplet: 78, 7E and 64. RGB value is (120,126,100). Sum of RGB (Red+Green+Blue) = 120+126+100=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 126 - color contains mainly: green. Hex color #787E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787E64 is #87819B. Grayscale: #797979. Windows color (decimal): -8880540 or 6585976. OLE color: 6585976.

HSL color Cylindrical-coordinate representation of color #787E64: hue angle of 73.85º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #787E64 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB120126100-
CMYK0.0500.210.51
HSL73.85º11.5%44.31%-
HSV(B)73.85º20.63%49.41%-
XYZ17.5119.8314.96-
YUV121.24116.01127.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.68%
GREEN value IS 126 (49.61% from 255) = 36.42%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=34.68%
G=36.42%
B=28.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1201261000.0500.210.5173.8511.544.31
Hex787E645015334ac2c
Octal1701761445025631121454
Binary11110001111110110010010101010111001110010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,126,100); }

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

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

 a { background-color: rgb(120,126,100); }

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

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

 span { border-color: rgb(120,126,100); }

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