#747C57

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

Shades of Finch #747C57

Tints of Finch #747C57

Color information

#747C57 (or 0x747C57) is unknown color: approx Finch. HEX triplet: 74, 7C and 57. RGB value is (116,124,87). Sum of RGB (Red+Green+Blue) = 116+124+87=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 124 - color contains mainly: green. Hex color #747C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747C57 is #8B83A8. Grayscale: #757575. Windows color (decimal): -9143209 or 5733492. OLE color: 5733492.

HSL color Cylindrical-coordinate representation of color #747C57: hue angle of 72.97º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #747C57 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB11612487-
CMYK0.0600.300.51
HSL72.97º17.54%41.37%-
HSV(B)72.97º29.84%48.63%-
XYZ16.1318.8211.8-
YUV117.39110.85127.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.47%
GREEN value IS 124 (48.83% from 255) = 37.92%
BLUE value IS 87 (34.38% from 255) = 26.61%
R=35.47%
G=37.92%
B=26.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116124870.0600.300.5172.9717.5441.37
Hex747C57601E33491229
Octal1641741276036631112251
Binary111010011111001010111110011110110011100100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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