#747864

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

Shades of Finch #747864

Tints of Finch #747864

Color information

#747864 (or 0x747864) is unknown color: approx Finch. HEX triplet: 74, 78 and 64. RGB value is (116,120,100). Sum of RGB (Red+Green+Blue) = 116+120+100=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 120 - color contains mainly: green. Hex color #747864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747864 is #8B879B. Grayscale: #747474. Windows color (decimal): -9144220 or 6584436. OLE color: 6584436.

HSL color Cylindrical-coordinate representation of color #747864: hue angle of 72º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #747864 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB116120100-
CMYK0.0300.170.53
HSL72º9.09%43.14%-
HSV(B)72º16.67%47.06%-
XYZ16.2218.0714.69-
YUV116.52118.67127.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.52%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 100 (39.45% from 255) = 29.76%
R=34.52%
G=35.71%
B=29.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161201000.0300.170.53729.0943.14
Hex7478643011354892b
Octal1641701443021651101153
Binary1110100111100011001001101000111010110010001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747864; }

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

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

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

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

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

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

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

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