#787F4D

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

Shades of Finch #787F4D

Tints of Finch #787F4D

Color information

#787F4D (or 0x787F4D) is unknown color: approx Finch. HEX triplet: 78, 7F and 4D. RGB value is (120,127,77). Sum of RGB (Red+Green+Blue) = 120+127+77=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 127 - color contains mainly: green. Hex color #787F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787F4D is #8780B2. Grayscale: #777777. Windows color (decimal): -8880307 or 5078904. OLE color: 5078904.

HSL color Cylindrical-coordinate representation of color #787F4D: hue angle of 68.4º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #787F4D is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB12012777-
CMYK0.0600.390.50
HSL68.4º24.51%40%-
HSV(B)68.4º39.37%49.8%-
XYZ16.6719.719.95-
YUV119.21104.18128.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.04%
GREEN value IS 127 (50% from 255) = 39.20%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=37.04%
G=39.20%
B=23.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120127770.0600.390.5068.424.5140
Hex787F4D602732441928
Octal1701771156047621043150
Binary1111000111111110011011100100111110010100010011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,127,77); }

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

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

 a { background-color: rgb(120,127,77); }

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

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

 span { border-color: rgb(120,127,77); }

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