#778256

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

Shades of Finch #778256

Tints of Finch #778256

Color information

#778256 (or 0x778256) is unknown color: approx Finch. HEX triplet: 77, 82 and 56. RGB value is (119,130,86). Sum of RGB (Red+Green+Blue) = 119+130+86=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 130 - color contains mainly: green. Hex color #778256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778256 is #887DA9. Grayscale: #797979. Windows color (decimal): -8945066 or 5669495. OLE color: 5669495.

HSL color Cylindrical-coordinate representation of color #778256: hue angle of 75º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #778256 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB11913086-
CMYK0.0800.340.49
HSL75º20.37%42.35%-
HSV(B)75º33.85%50.98%-
XYZ17.2720.5611.86-
YUV121.7107.86126.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.52%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=35.52%
G=38.81%
B=25.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119130860.0800.340.497520.3742.35
Hex7782568022314b142a
Octal16720212610042611132452
Binary111011110000010101011010000100010110001100101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778256; }

 p { color: rgb(119,130,86); }

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

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

 a { background-color: rgb(119,130,86); }

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

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

 span { border-color: rgb(119,130,86); }

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