#777D61

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

Shades of Finch #777D61

Tints of Finch #777D61

Color information

#777D61 (or 0x777D61) is unknown color: approx Finch. HEX triplet: 77, 7D and 61. RGB value is (119,125,97). Sum of RGB (Red+Green+Blue) = 119+125+97=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 125 - color contains mainly: green. Hex color #777D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777D61 is #88829E. Grayscale: #787878. Windows color (decimal): -8946335 or 6389111. OLE color: 6389111.

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

Color convert

RGB11912597-
CMYK0.0500.220.51
HSL72.86º12.61%43.53%-
HSV(B)72.86º22.4%49.02%-
XYZ17.119.4514.16-
YUV120.01115.01127.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 125 (49.22% from 255) = 36.66%
BLUE value IS 97 (38.28% from 255) = 28.45%
R=34.90%
G=36.66%
B=28.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119125970.0500.220.5172.8612.6143.53
Hex777D6150163349d2c
Octal1671751415026631111554
Binary11101111111101110000110101011011001110010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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