#747C51

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

Shades of Finch #747C51

Tints of Finch #747C51

Color information

#747C51 (or 0x747C51) is unknown color: approx Finch. HEX triplet: 74, 7C and 51. RGB value is (116,124,81). Sum of RGB (Red+Green+Blue) = 116+124+81=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 124 - color contains mainly: green. Hex color #747C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747C51 is #8B83AE. Grayscale: #747474. Windows color (decimal): -9143215 or 5340276. OLE color: 5340276.

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

Color convert

RGB11612481-
CMYK0.0600.350.51
HSL71.16º20.98%40.2%-
HSV(B)71.16º34.68%48.63%-
XYZ15.918.7210.56-
YUV116.71107.85127.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 124 (48.83% from 255) = 38.63%
BLUE value IS 81 (32.03% from 255) = 25.23%
R=36.14%
G=38.63%
B=25.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116124810.0600.350.5171.1620.9840.2
Hex747C51602333471528
Octal1641741216043631072550
Binary1110100111110010100011100100011110011100011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,124,81); }

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

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

 a { background-color: rgb(116,124,81); }

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

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

 span { border-color: rgb(116,124,81); }

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