#747556

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

Shades of Finch #747556

Tints of Finch #747556

Color information

#747556 (or 0x747556) is unknown color: approx Finch. HEX triplet: 74, 75 and 56. RGB value is (116,117,86). Sum of RGB (Red+Green+Blue) = 116+117+86=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 117 - color contains mainly: green. Hex color #747556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747556 is #8B8AA9. Grayscale: #717171. Windows color (decimal): -9145002 or 5666164. OLE color: 5666164.

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

Color convert

RGB11611786-
CMYK0.0100.260.54
HSL61.94º15.27%39.8%-
HSV(B)61.94º26.5%45.88%-
XYZ15.2417.1111.3-
YUV113.17112.67130.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 86 (33.98% from 255) = 26.96%
R=36.36%
G=36.68%
B=26.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116117860.0100.260.5461.9415.2739.8
Hex747556101A363ef28
Octal164165126103266761750
Binary11101001110101101011010110101101101111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747556; }

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

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

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

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

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

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

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

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