#777968

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

Shades of Finch #777968

Tints of Finch #777968

Color information

#777968 (or 0x777968) is unknown color: approx Finch. HEX triplet: 77, 79 and 68. RGB value is (119,121,104). Sum of RGB (Red+Green+Blue) = 119+121+104=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 121 - color contains mainly: green. Hex color #777968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777968 is #888697. Grayscale: #767676. Windows color (decimal): -8947352 or 6846839. OLE color: 6846839.

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

Color convert

RGB119121104-
CMYK0.0200.140.53
HSL67.06º7.56%44.12%-
HSV(B)67.06º14.05%47.45%-
XYZ16.9418.615.79-
YUV118.46119.84128.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.59%
GREEN value IS 121 (47.66% from 255) = 35.17%
BLUE value IS 104 (41.02% from 255) = 30.23%
R=34.59%
G=35.17%
B=30.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191211040.0200.140.5367.067.5644.12
Hex77796820E354382c
Octal1671711502016651031054
Binary111011111110011101000100111011010110000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777968; }

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

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

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

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

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

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

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

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