#747F4D

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

Shades of Finch #747F4D

Tints of Finch #747F4D

Color information

#747F4D (or 0x747F4D) is unknown color: approx Finch. HEX triplet: 74, 7F and 4D. RGB value is (116,127,77). Sum of RGB (Red+Green+Blue) = 116+127+77=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 127 - color contains mainly: green. Hex color #747F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747F4D is #8B80B2. Grayscale: #767676. Windows color (decimal): -9142451 or 5078900. OLE color: 5078900.

HSL color Cylindrical-coordinate representation of color #747F4D: hue angle of 73.2º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #747F4D is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB11612777-
CMYK0.0900.390.50
HSL73.2º24.51%40%-
HSV(B)73.2º39.37%49.8%-
XYZ16.1319.439.92-
YUV118.01104.86126.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.25%
GREEN value IS 127 (50% from 255) = 39.69%
BLUE value IS 77 (30.47% from 255) = 24.06%
R=36.25%
G=39.69%
B=24.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116127770.0900.390.5073.224.5140
Hex747F4D902732491928
Octal16417711511047621113150
Binary11101001111111100110110010100111110010100100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747F4D; }

 p { color: rgb(116,127,77); }

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

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

 a { background-color: rgb(116,127,77); }

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

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

 span { border-color: rgb(116,127,77); }

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