#777850

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

Shades of Finch #777850

Tints of Finch #777850

Color information

#777850 (or 0x777850) is unknown color: approx Finch. HEX triplet: 77, 78 and 50. RGB value is (119,120,80). Sum of RGB (Red+Green+Blue) = 119+120+80=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 120 - color contains mainly: green. Hex color #777850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777850 is #8887AF. Grayscale: #737373. Windows color (decimal): -8947632 or 5273719. OLE color: 5273719.

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

Color convert

RGB11912080-
CMYK0.0100.330.53
HSL61.5º20%39.22%-
HSV(B)61.5º33.33%47.06%-
XYZ15.7717.9310.22-
YUV115.14108.17130.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.30%
GREEN value IS 120 (47.27% from 255) = 37.62%
BLUE value IS 80 (31.64% from 255) = 25.08%
R=37.30%
G=37.62%
B=25.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119120800.0100.330.5361.52039.22
Hex7778501021353e1427
Octal167170120104165762447
Binary1110111111100010100001010000111010111111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777850; }

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

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

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

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

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

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

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

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