#777F44

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

Shades of Finch #777F44

Tints of Finch #777F44

Color information

#777F44 (or 0x777F44) is unknown color: approx Finch. HEX triplet: 77, 7F and 44. RGB value is (119,127,68). Sum of RGB (Red+Green+Blue) = 119+127+68=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 127 - color contains mainly: green. Hex color #777F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777F44 is #8880BB. Grayscale: #767676. Windows color (decimal): -8945852 or 4489079. OLE color: 4489079.

HSL color Cylindrical-coordinate representation of color #777F44: hue angle of 68.14º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #777F44 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB11912768-
CMYK0.0600.460.50
HSL68.14º30.26%38.24%-
HSV(B)68.14º46.46%49.8%-
XYZ16.2419.528.38-
YUV117.8899.85128.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.90%
GREEN value IS 127 (50% from 255) = 40.45%
BLUE value IS 68 (26.95% from 255) = 21.66%
R=37.90%
G=40.45%
B=21.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119127680.0600.460.5068.1430.2638.24
Hex777F44602E32441e26
Octal1671771046056621043646
Binary1110111111111110001001100101110110010100010011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,127,68); }

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

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

 a { background-color: rgb(119,127,68); }

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

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

 span { border-color: rgb(119,127,68); }

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