#777F46

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

Shades of Finch #777F46

Tints of Finch #777F46

Color information

#777F46 (or 0x777F46) is unknown color: approx Finch. HEX triplet: 77, 7F and 46. RGB value is (119,127,70). Sum of RGB (Red+Green+Blue) = 119+127+70=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 127 - color contains mainly: green. Hex color #777F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777F46 is #8880B9. Grayscale: #767676. Windows color (decimal): -8945850 or 4620151. OLE color: 4620151.

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

Color convert

RGB11912770-
CMYK0.0600.450.50
HSL68.42º28.93%38.63%-
HSV(B)68.42º44.88%49.8%-
XYZ16.319.548.71-
YUV118.11100.85128.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.66%
GREEN value IS 127 (50% from 255) = 40.19%
BLUE value IS 70 (27.73% from 255) = 22.15%
R=37.66%
G=40.19%
B=22.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119127700.0600.450.5068.4228.9338.63
Hex777F46602D32441d27
Octal1671771066055621043547
Binary1110111111111110001101100101101110010100010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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