#777D45

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

Shades of Finch #777D45

Tints of Finch #777D45

Color information

#777D45 (or 0x777D45) is unknown color: approx Finch. HEX triplet: 77, 7D and 45. RGB value is (119,125,69). Sum of RGB (Red+Green+Blue) = 119+125+69=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 125 - color contains mainly: green. Hex color #777D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777D45 is #8882BA. Grayscale: #757575. Windows color (decimal): -8946363 or 4554103. OLE color: 4554103.

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

Color convert

RGB11912569-
CMYK0.0500.450.51
HSL66.43º28.87%38.04%-
HSV(B)66.43º44.8%49.02%-
XYZ16.0219.028.46-
YUV116.82101.01129.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.02%
GREEN value IS 125 (49.22% from 255) = 39.94%
BLUE value IS 69 (27.34% from 255) = 22.04%
R=38.02%
G=39.94%
B=22.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119125690.0500.450.5166.4328.8738.04
Hex777D45502D33421d26
Octal1671751055055631023546
Binary1110111111110110001011010101101110011100001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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