#778258

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

Shades of Finch #778258

Tints of Finch #778258

Color information

#778258 (or 0x778258) is unknown color: approx Finch. HEX triplet: 77, 82 and 58. RGB value is (119,130,88). Sum of RGB (Red+Green+Blue) = 119+130+88=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 130 - color contains mainly: green. Hex color #778258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778258 is #887DA7. Grayscale: #7A7A7A. Windows color (decimal): -8945064 or 5800567. OLE color: 5800567.

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

Color convert

RGB11913088-
CMYK0.0800.320.49
HSL75.71º19.27%42.75%-
HSV(B)75.71º32.31%50.98%-
XYZ17.3520.5912.29-
YUV121.92108.86125.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.31%
GREEN value IS 130 (51.17% from 255) = 38.58%
BLUE value IS 88 (34.77% from 255) = 26.11%
R=35.31%
G=38.58%
B=26.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119130880.0800.320.4975.7119.2742.75
Hex7782588020314c132b
Octal16720213010040611142353
Binary111011110000010101100010000100000110001100110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778258; }

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

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

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

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

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

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

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

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