#747664

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

Shades of Finch #747664

Tints of Finch #747664

Color information

#747664 (or 0x747664) is unknown color: approx Finch. HEX triplet: 74, 76 and 64. RGB value is (116,118,100). Sum of RGB (Red+Green+Blue) = 116+118+100=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 118 - color contains mainly: green. Hex color #747664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747664 is #8B899B. Grayscale: #737373. Windows color (decimal): -9144732 or 6583924. OLE color: 6583924.

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

Color convert

RGB116118100-
CMYK0.0200.150.54
HSL66.67º8.26%42.75%-
HSV(B)66.67º15.25%46.27%-
XYZ15.9817.5914.61-
YUV115.35119.34128.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.73%
GREEN value IS 118 (46.48% from 255) = 35.33%
BLUE value IS 100 (39.45% from 255) = 29.94%
R=34.73%
G=35.33%
B=29.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161181000.0200.150.5466.678.2642.75
Hex74766420F364382b
Octal1641661442017661031053
Binary111010011101101100100100111111011010000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747664; }

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

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

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

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

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

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

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

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