#788044

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

Shades of Finch #788044

Tints of Finch #788044

Color information

#788044 (or 0x788044) is unknown color: approx Finch. HEX triplet: 78, 80 and 44. RGB value is (120,128,68). Sum of RGB (Red+Green+Blue) = 120+128+68=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 128 - color contains mainly: green. Hex color #788044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788044 is #877FBB. Grayscale: #777777. Windows color (decimal): -8880060 or 4489336. OLE color: 4489336.

HSL color Cylindrical-coordinate representation of color #788044: hue angle of 68º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #788044 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB12012868-
CMYK0.0600.470.50
HSL68º30.61%38.43%-
HSV(B)68º46.88%50.2%-
XYZ16.5119.858.43-
YUV118.7799.35128.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.97%
GREEN value IS 128 (50.39% from 255) = 40.51%
BLUE value IS 68 (26.95% from 255) = 21.52%
R=37.97%
G=40.51%
B=21.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120128680.0600.470.506830.6138.43
Hex788044602F32441f26
Octal1702001046057621043746
Binary11110001000000010001001100101111110010100010011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788044; }

 p { color: rgb(120,128,68); }

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

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

 a { background-color: rgb(120,128,68); }

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

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

 span { border-color: rgb(120,128,68); }

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