#747950

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

Shades of Finch #747950

Tints of Finch #747950

Color information

#747950 (or 0x747950) is unknown color: approx Finch. HEX triplet: 74, 79 and 50. RGB value is (116,121,80). Sum of RGB (Red+Green+Blue) = 116+121+80=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 121 - color contains mainly: green. Hex color #747950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747950 is #8B86AF. Grayscale: #727272. Windows color (decimal): -9143984 or 5273972. OLE color: 5273972.

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

Color convert

RGB11612180-
CMYK0.0400.340.53
HSL67.32º20.4%39.41%-
HSV(B)67.32º33.88%47.45%-
XYZ15.4917.9710.24-
YUV114.83108.34128.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 121 (47.66% from 255) = 38.17%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=36.59%
G=38.17%
B=25.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116121800.0400.340.5367.3220.439.41
Hex747950402235431427
Octal1641711204042651032447
Binary1110100111100110100001000100010110101100001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747950; }

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

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

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

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

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

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

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

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