#747560

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

Shades of Finch #747560

Tints of Finch #747560

Color information

#747560 (or 0x747560) is unknown color: approx Finch. HEX triplet: 74, 75 and 60. RGB value is (116,117,96). Sum of RGB (Red+Green+Blue) = 116+117+96=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 117 - color contains mainly: green. Hex color #747560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747560 is #8B8A9F. Grayscale: #727272. Windows color (decimal): -9144992 or 6321524. OLE color: 6321524.

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

Color convert

RGB11611796-
CMYK0.0100.180.54
HSL62.86º9.86%41.76%-
HSV(B)62.86º17.95%45.88%-
XYZ15.6817.2813.58-
YUV114.31117.67129.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.26%
GREEN value IS 117 (46.09% from 255) = 35.56%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=35.26%
G=35.56%
B=29.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116117960.0100.180.5462.869.8641.76
Hex7475601012363fa2a
Octal164165140102266771252
Binary11101001110101110000010100101101101111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747560; }

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

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

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

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

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

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

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

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