#778062

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

Shades of Finch #778062

Tints of Finch #778062

Color information

#778062 (or 0x778062) is unknown color: approx Finch. HEX triplet: 77, 80 and 62. RGB value is (119,128,98). Sum of RGB (Red+Green+Blue) = 119+128+98=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 128 - color contains mainly: green. Hex color #778062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778062 is #887F9D. Grayscale: #7A7A7A. Windows color (decimal): -8945566 or 6455415. OLE color: 6455415.

HSL color Cylindrical-coordinate representation of color #778062: hue angle of 78º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #778062 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB11912898-
CMYK0.0700.230.50
HSL78º13.27%44.31%-
HSV(B)78º23.44%50.2%-
XYZ17.5320.2414.54-
YUV121.89114.52125.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.49%
GREEN value IS 128 (50.39% from 255) = 37.10%
BLUE value IS 98 (38.67% from 255) = 28.41%
R=34.49%
G=37.10%
B=28.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119128980.0700.230.507813.2744.31
Hex7780627017324ed2c
Octal1672001427027621161554
Binary111011110000000110001011101011111001010011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778062; }

 p { color: rgb(119,128,98); }

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

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

 a { background-color: rgb(119,128,98); }

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

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

 span { border-color: rgb(119,128,98); }

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