#77795C

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

Shades of Finch #77795C

Tints of Finch #77795C

Color information

#77795C (or 0x77795C) is unknown color: approx Finch. HEX triplet: 77, 79 and 5C. RGB value is (119,121,92). Sum of RGB (Red+Green+Blue) = 119+121+92=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 121 - color contains mainly: green. Hex color #77795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77795C is #8886A3. Grayscale: #757575. Windows color (decimal): -8947364 or 6060407. OLE color: 6060407.

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

Color convert

RGB11912192-
CMYK0.0200.240.53
HSL64.14º13.62%41.76%-
HSV(B)64.14º23.97%47.45%-
XYZ16.3818.3712.81-
YUV117.1113.84129.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.84%
GREEN value IS 121 (47.66% from 255) = 36.45%
BLUE value IS 92 (36.33% from 255) = 27.71%
R=35.84%
G=36.45%
B=27.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119121920.0200.240.5364.1413.6241.76
Hex77795C20183540e2a
Octal1671711342030651001652
Binary1110111111100110111001001100011010110000001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77795C; }

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

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

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

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

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

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

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

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