#747E4E

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

Shades of Finch #747E4E

Tints of Finch #747E4E

Color information

#747E4E (or 0x747E4E) is unknown color: approx Finch. HEX triplet: 74, 7E and 4E. RGB value is (116,126,78). Sum of RGB (Red+Green+Blue) = 116+126+78=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 126 - color contains mainly: green. Hex color #747E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747E4E is #8B81B1. Grayscale: #757575. Windows color (decimal): -9142706 or 5144180. OLE color: 5144180.

HSL color Cylindrical-coordinate representation of color #747E4E: hue angle of 72.5º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #747E4E is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB11612678-
CMYK0.0800.380.51
HSL72.5º23.53%40%-
HSV(B)72.5º38.1%49.41%-
XYZ16.0419.1810.07-
YUV117.54105.69126.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.25%
GREEN value IS 126 (49.61% from 255) = 39.38%
BLUE value IS 78 (30.86% from 255) = 24.38%
R=36.25%
G=39.38%
B=24.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116126780.0800.380.5172.523.5340
Hex747E4E802633481828
Octal16417611610046631103050
Binary11101001111110100111010000100110110011100100011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,126,78); }

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

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

 a { background-color: rgb(116,126,78); }

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

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

 span { border-color: rgb(116,126,78); }

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