#788062

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

Shades of Finch #788062

Tints of Finch #788062

Color information

#788062 (or 0x788062) is unknown color: approx Finch. HEX triplet: 78, 80 and 62. RGB value is (120,128,98). Sum of RGB (Red+Green+Blue) = 120+128+98=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 128 - color contains mainly: green. Hex color #788062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788062 is #877F9D. Grayscale: #7A7A7A. Windows color (decimal): -8880030 or 6455416. OLE color: 6455416.

HSL color Cylindrical-coordinate representation of color #788062: hue angle of 76º 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 #788062 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB12012898-
CMYK0.0600.230.50
HSL76º13.27%44.31%-
HSV(B)76º23.44%50.2%-
XYZ17.6720.3114.54-
YUV122.19114.35126.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.68%
GREEN value IS 128 (50.39% from 255) = 36.99%
BLUE value IS 98 (38.67% from 255) = 28.32%
R=34.68%
G=36.99%
B=28.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120128980.0600.230.507613.2744.31
Hex7880626017324cd2c
Octal1702001426027621141554
Binary111100010000000110001011001011111001010011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788062; }

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

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

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

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

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

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

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

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