#777950

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

Shades of Finch #777950

Tints of Finch #777950

Color information

#777950 (or 0x777950) is unknown color: approx Finch. HEX triplet: 77, 79 and 50. RGB value is (119,121,80). Sum of RGB (Red+Green+Blue) = 119+121+80=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 121 - color contains mainly: green. Hex color #777950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777950 is #8886AF. Grayscale: #737373. Windows color (decimal): -8947376 or 5273975. OLE color: 5273975.

HSL color Cylindrical-coordinate representation of color #777950: hue angle of 62.93º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #777950 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB11912180-
CMYK0.0200.340.53
HSL62.93º20.4%39.41%-
HSV(B)62.93º33.88%47.45%-
XYZ15.8918.1810.26-
YUV115.73107.84130.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 121 (47.66% from 255) = 37.81%
BLUE value IS 80 (31.64% from 255) = 25%
R=37.19%
G=37.81%
B=25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119121800.0200.340.5362.9320.439.41
Hex7779502022353f1427
Octal167171120204265772447
Binary11101111111001101000010010001011010111111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777950; }

 p { color: rgb(119,121,80); }

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

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

 a { background-color: rgb(119,121,80); }

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

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

 span { border-color: rgb(119,121,80); }

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