#777C4A

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

Shades of Finch #777C4A

Tints of Finch #777C4A

Color information

#777C4A (or 0x777C4A) is unknown color: approx Finch. HEX triplet: 77, 7C and 4A. RGB value is (119,124,74). Sum of RGB (Red+Green+Blue) = 119+124+74=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 124 - color contains mainly: green. Hex color #777C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777C4A is #8883B5. Grayscale: #747474. Windows color (decimal): -8946614 or 4881527. OLE color: 4881527.

HSL color Cylindrical-coordinate representation of color #777C4A: hue angle of 66º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #777C4A is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB11912474-
CMYK0.0400.400.51
HSL66º25.25%38.82%-
HSV(B)66º40.32%48.63%-
XYZ16.0518.839.27-
YUV116.8103.84129.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.54%
GREEN value IS 124 (48.83% from 255) = 39.12%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=37.54%
G=39.12%
B=23.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119124740.0400.400.516625.2538.82
Hex777C4A402833421927
Octal1671741124050631023147
Binary1110111111110010010101000101000110011100001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,124,74); }

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

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

 a { background-color: rgb(119,124,74); }

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

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

 span { border-color: rgb(119,124,74); }

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