#747C59

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

Shades of Finch #747C59

Tints of Finch #747C59

Color information

#747C59 (or 0x747C59) is unknown color: approx Finch. HEX triplet: 74, 7C and 59. RGB value is (116,124,89). Sum of RGB (Red+Green+Blue) = 116+124+89=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 124 - color contains mainly: green. Hex color #747C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747C59 is #8B83A6. Grayscale: #757575. Windows color (decimal): -9143207 or 5864564. OLE color: 5864564.

HSL color Cylindrical-coordinate representation of color #747C59: hue angle of 73.71º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #747C59 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB11612489-
CMYK0.0600.280.51
HSL73.71º16.43%41.76%-
HSV(B)73.71º28.23%48.63%-
XYZ16.2118.8512.23-
YUV117.62111.85126.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.26%
GREEN value IS 124 (48.83% from 255) = 37.69%
BLUE value IS 89 (35.16% from 255) = 27.05%
R=35.26%
G=37.69%
B=27.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116124890.0600.280.5173.7116.4341.76
Hex747C59601C334a102a
Octal1641741316034631122052
Binary111010011111001011001110011100110011100101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747C59; }

 p { color: rgb(116,124,89); }

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

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

 a { background-color: rgb(116,124,89); }

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

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

 span { border-color: rgb(116,124,89); }

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