#77795E

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

Shades of Finch #77795E

Tints of Finch #77795E

Color information

#77795E (or 0x77795E) is unknown color: approx Finch. HEX triplet: 77, 79 and 5E. RGB value is (119,121,94). Sum of RGB (Red+Green+Blue) = 119+121+94=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 121 - color contains mainly: green. Hex color #77795E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77795E is #8886A1. Grayscale: #757575. Windows color (decimal): -8947362 or 6191479. OLE color: 6191479.

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

Color convert

RGB11912194-
CMYK0.0200.220.53
HSL64.44º12.56%42.16%-
HSV(B)64.44º22.31%47.45%-
XYZ16.4718.413.27-
YUV117.32114.84129.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.63%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 94 (37.11% from 255) = 28.14%
R=35.63%
G=36.23%
B=28.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119121940.0200.220.5364.4412.5642.16
Hex77795E20163540d2a
Octal1671711362026651001552
Binary1110111111100110111101001011011010110000001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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