#747466

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

Shades of Finch #747466

Tints of Finch #747466

Color information

#747466 (or 0x747466) is unknown color: approx Finch. HEX triplet: 74, 74 and 66. RGB value is (116,116,102). Sum of RGB (Red+Green+Blue) = 116+116+102=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747466 is #8B8B99. Grayscale: #727272. Windows color (decimal): -9145242 or 6714484. OLE color: 6714484.

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

Color convert

RGB116116102-
CMYK000.120.55
HSL60º6.42%42.75%-
HSV(B)60º12.07%45.49%-
XYZ15.8517.1615.05-
YUV114.4121129.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.73%
GREEN value IS 116 (45.70% from 255) = 34.73%
BLUE value IS 102 (40.23% from 255) = 30.54%
R=34.73%
G=34.73%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116116102000.120.55606.4242.75
Hex74746600C373c62b
Octal16416414600146774653
Binary111010011101001100110001100110111111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747466; }

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

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

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

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

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

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

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

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