#747459

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

Shades of Finch #747459

Tints of Finch #747459

Color information

#747459 (or 0x747459) is unknown color: approx Finch. HEX triplet: 74, 74 and 59. RGB value is (116,116,89). Sum of RGB (Red+Green+Blue) = 116+116+89=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747459 is #8B8BA6. Grayscale: #717171. Windows color (decimal): -9145255 or 5862516. OLE color: 5862516.

HSL color Cylindrical-coordinate representation of color #747459: hue angle of 60º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #747459 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB11611689-
CMYK000.230.55
HSL60º13.17%40.2%-
HSV(B)60º23.28%45.49%-
XYZ15.2516.9311.91-
YUV112.92114.5130.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 116 (45.70% from 255) = 36.14%
BLUE value IS 89 (35.16% from 255) = 27.73%
R=36.14%
G=36.14%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611689000.230.556013.1740.2
Hex7474590017373cd28
Octal164164131002767741550
Binary11101001110100101100100101111101111111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747459; }

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

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

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

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

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

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

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

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