#778355

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

Shades of Finch #778355

Tints of Finch #778355

Color information

#778355 (or 0x778355) is unknown color: approx Finch. HEX triplet: 77, 83 and 55. RGB value is (119,131,85). Sum of RGB (Red+Green+Blue) = 119+131+85=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 131 - color contains mainly: green. Hex color #778355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778355 is #887CAA. Grayscale: #7A7A7A. Windows color (decimal): -8944811 or 5604215. OLE color: 5604215.

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

Color convert

RGB11913185-
CMYK0.0900.350.49
HSL75.65º21.3%42.35%-
HSV(B)75.65º35.11%51.37%-
XYZ17.3620.8111.7-
YUV122.17107.02125.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.52%
GREEN value IS 131 (51.56% from 255) = 39.10%
BLUE value IS 85 (33.59% from 255) = 25.37%
R=35.52%
G=39.10%
B=25.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119131850.0900.350.4975.6521.342.35
Hex7783559023314c152a
Octal16720312511043611142552
Binary111011110000011101010110010100011110001100110010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778355; }

 p { color: rgb(119,131,85); }

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

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

 a { background-color: rgb(119,131,85); }

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

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

 span { border-color: rgb(119,131,85); }

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