#77785F

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

Shades of Finch #77785F

Tints of Finch #77785F

Color information

#77785F (or 0x77785F) is unknown color: approx Finch. HEX triplet: 77, 78 and 5F. RGB value is (119,120,95). Sum of RGB (Red+Green+Blue) = 119+120+95=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 120 - color contains mainly: green. Hex color #77785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77785F is #8887A0. Grayscale: #747474. Windows color (decimal): -8947617 or 6256759. OLE color: 6256759.

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

Color convert

RGB11912095-
CMYK0.0100.210.53
HSL62.4º11.63%42.16%-
HSV(B)62.4º20.83%47.06%-
XYZ16.3918.1813.47-
YUV116.85115.67129.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.63%
GREEN value IS 120 (47.27% from 255) = 35.93%
BLUE value IS 95 (37.5% from 255) = 28.44%
R=35.63%
G=35.93%
B=28.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119120950.0100.210.5362.411.6342.16
Hex77785F1015353ec2a
Octal167170137102565761452
Binary11101111111000101111110101011101011111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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