#747568

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

Shades of Finch #747568

Tints of Finch #747568

Color information

#747568 (or 0x747568) is unknown color: approx Finch. HEX triplet: 74, 75 and 68. RGB value is (116,117,104). Sum of RGB (Red+Green+Blue) = 116+117+104=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 117 - color contains mainly: green. Hex color #747568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747568 is #8B8A97. Grayscale: #737373. Windows color (decimal): -9144984 or 6845812. OLE color: 6845812.

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

Color convert

RGB116117104-
CMYK0.0100.110.54
HSL64.62º5.88%43.33%-
HSV(B)64.62º11.11%45.88%-
XYZ16.0617.4415.62-
YUV115.22121.67128.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=34.42%
G=34.72%
B=30.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161171040.0100.110.5464.625.8843.33
Hex74756810B364162b
Octal164165150101366101653
Binary1110100111010111010001010111101101000001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747568; }

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

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

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

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

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

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

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

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