#747464

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

Shades of Finch #747464

Tints of Finch #747464

Color information

#747464 (or 0x747464) is unknown color: approx Finch. HEX triplet: 74, 74 and 64. RGB value is (116,116,100). Sum of RGB (Red+Green+Blue) = 116+116+100=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747464 is #8B8B9B. Grayscale: #727272. Windows color (decimal): -9145244 or 6583412. OLE color: 6583412.

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

Color convert

RGB116116100-
CMYK000.140.55
HSL60º7.41%42.35%-
HSV(B)60º13.79%45.49%-
XYZ15.7517.1214.53-
YUV114.18120129.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 100 (39.45% from 255) = 30.12%
R=34.94%
G=34.94%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116116100000.140.55607.4142.35
Hex74746400E373c72a
Octal16416414400166774752
Binary111010011101001100100001110110111111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747464; }

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

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

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

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

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

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

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

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