#787D5E

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

Shades of Finch #787D5E

Tints of Finch #787D5E

Color information

#787D5E (or 0x787D5E) is unknown color: approx Finch. HEX triplet: 78, 7D and 5E. RGB value is (120,125,94). Sum of RGB (Red+Green+Blue) = 120+125+94=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 125 - color contains mainly: green. Hex color #787D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787D5E is #8782A1. Grayscale: #787878. Windows color (decimal): -8880802 or 6192504. OLE color: 6192504.

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

Color convert

RGB12012594-
CMYK0.0400.250.51
HSL69.68º14.16%42.94%-
HSV(B)69.68º24.8%49.02%-
XYZ17.119.4713.45-
YUV119.97113.34128.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.40%
GREEN value IS 125 (49.22% from 255) = 36.87%
BLUE value IS 94 (37.11% from 255) = 27.73%
R=35.40%
G=36.87%
B=27.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120125940.0400.250.5169.6814.1642.94
Hex787D5E40193346e2b
Octal1701751364031631061653
Binary11110001111101101111010001100111001110001101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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