#787C68

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

Shades of Finch #787C68

Tints of Finch #787C68

Color information

#787C68 (or 0x787C68) is unknown color: approx Finch. HEX triplet: 78, 7C and 68. RGB value is (120,124,104). Sum of RGB (Red+Green+Blue) = 120+124+104=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 124 - color contains mainly: green. Hex color #787C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C68 is #878397. Grayscale: #787878. Windows color (decimal): -8881048 or 6847608. OLE color: 6847608.

HSL color Cylindrical-coordinate representation of color #787C68: hue angle of 72º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #787C68 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB120124104-
CMYK0.0300.160.51
HSL72º8.77%44.71%-
HSV(B)72º16.13%48.63%-
XYZ17.4519.4115.92-
YUV120.52118.67127.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.48%
GREEN value IS 124 (48.83% from 255) = 35.63%
BLUE value IS 104 (41.02% from 255) = 29.89%
R=34.48%
G=35.63%
B=29.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1201241040.0300.160.51728.7744.71
Hex787C683010334892d
Octal1701741503020631101155
Binary1111000111110011010001101000011001110010001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787C68; }

 p { color: rgb(120,124,104); }

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

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

 a { background-color: rgb(120,124,104); }

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

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

 span { border-color: rgb(120,124,104); }

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