#77785B

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

Shades of Finch #77785B

Tints of Finch #77785B

Color information

#77785B (or 0x77785B) is unknown color: approx Finch. HEX triplet: 77, 78 and 5B. RGB value is (119,120,91). Sum of RGB (Red+Green+Blue) = 119+120+91=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 120 - color contains mainly: green. Hex color #77785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77785B is #8887A4. Grayscale: #747474. Windows color (decimal): -8947621 or 5994615. OLE color: 5994615.

HSL color Cylindrical-coordinate representation of color #77785B: hue angle of 62.07º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77785B is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB11912091-
CMYK0.0100.240.53
HSL62.07º13.74%41.37%-
HSV(B)62.07º24.17%47.06%-
XYZ16.2118.1112.54-
YUV116.39113.67129.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.06%
GREEN value IS 120 (47.27% from 255) = 36.36%
BLUE value IS 91 (35.94% from 255) = 27.58%
R=36.06%
G=36.36%
B=27.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119120910.0100.240.5362.0713.7441.37
Hex77785B1018353ee29
Octal167170133103065761651
Binary11101111111000101101110110001101011111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77785B; }

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

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

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

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

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

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

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

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