#747656

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

Shades of Finch #747656

Tints of Finch #747656

Color information

#747656 (or 0x747656) is unknown color: approx Finch. HEX triplet: 74, 76 and 56. RGB value is (116,118,86). Sum of RGB (Red+Green+Blue) = 116+118+86=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 118 - color contains mainly: green. Hex color #747656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747656 is #8B89A9. Grayscale: #717171. Windows color (decimal): -9144746 or 5666420. OLE color: 5666420.

HSL color Cylindrical-coordinate representation of color #747656: hue angle of 63.75º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #747656 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB11611886-
CMYK0.0200.270.54
HSL63.75º15.69%40%-
HSV(B)63.75º27.12%46.27%-
XYZ15.3617.3411.34-
YUV113.75112.34129.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.25%
GREEN value IS 118 (46.48% from 255) = 36.88%
BLUE value IS 86 (33.98% from 255) = 26.88%
R=36.25%
G=36.88%
B=26.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118860.0200.270.5463.7515.6940
Hex747656201B36401028
Octal1641661262033661002050
Binary11101001110110101011010011011110110100000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747656; }

 p { color: rgb(116,118,86); }

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

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

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

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

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

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

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