#747961

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

Shades of Finch #747961

Tints of Finch #747961

Color information

#747961 (or 0x747961) is unknown color: approx Finch. HEX triplet: 74, 79 and 61. RGB value is (116,121,97). Sum of RGB (Red+Green+Blue) = 116+121+97=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 121 - color contains mainly: green. Hex color #747961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747961 is #8B869E. Grayscale: #747474. Windows color (decimal): -9143967 or 6388084. OLE color: 6388084.

HSL color Cylindrical-coordinate representation of color #747961: hue angle of 72.5º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #747961 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB11612197-
CMYK0.0400.200.53
HSL72.5º11.01%42.75%-
HSV(B)72.5º19.83%47.45%-
XYZ16.218.2513.98-
YUV116.77116.84127.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.73%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=34.73%
G=36.23%
B=29.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116121970.0400.200.5372.511.0142.75
Hex74796140143548b2b
Octal1641711414024651101353
Binary11101001111001110000110001010011010110010001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747961; }

 p { color: rgb(116,121,97); }

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

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

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

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

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

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

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