#777D46

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

Shades of Finch #777D46

Tints of Finch #777D46

Color information

#777D46 (or 0x777D46) is unknown color: approx Finch. HEX triplet: 77, 7D and 46. RGB value is (119,125,70). Sum of RGB (Red+Green+Blue) = 119+125+70=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 125 - color contains mainly: green. Hex color #777D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777D46 is #8882B9. Grayscale: #757575. Windows color (decimal): -8946362 or 4619639. OLE color: 4619639.

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

Color convert

RGB11912570-
CMYK0.0500.440.51
HSL66.55º28.21%38.24%-
HSV(B)66.55º44%49.02%-
XYZ16.0519.038.62-
YUV116.94101.51129.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.90%
GREEN value IS 125 (49.22% from 255) = 39.81%
BLUE value IS 70 (27.73% from 255) = 22.29%
R=37.90%
G=39.81%
B=22.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119125700.0500.440.5166.5528.2138.24
Hex777D46502C33431c26
Octal1671751065054631033446
Binary1110111111110110001101010101100110011100001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777D46; }

 p { color: rgb(119,125,70); }

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

<style>
 a { background-color: #777D46; }

 a { background-color: rgb(119,125,70); }

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

<style>
 span { border-color: #777D46; }

 span { border-color: rgb(119,125,70); }

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