#747569

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

Shades of Finch #747569

Tints of Finch #747569

Color information

#747569 (or 0x747569) is unknown color: approx Finch. HEX triplet: 74, 75 and 69. RGB value is (116,117,105). Sum of RGB (Red+Green+Blue) = 116+117+105=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 117 - color contains mainly: green. Hex color #747569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747569 is #8B8A96. Grayscale: #737373. Windows color (decimal): -9144983 or 6911348. OLE color: 6911348.

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

Color convert

RGB116117105-
CMYK0.0100.100.54
HSL65º5.41%43.53%-
HSV(B)65º10.26%45.88%-
XYZ16.1117.4615.88-
YUV115.33122.17128.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 117 (46.09% from 255) = 34.62%
BLUE value IS 105 (41.41% from 255) = 31.07%
R=34.32%
G=34.62%
B=31.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161171050.0100.100.54655.4143.53
Hex74756910A364152c
Octal164165151101266101554
Binary1110100111010111010011010101101101000001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747569; }

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

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

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

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

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

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

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

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