#747A57

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

Shades of Finch #747A57

Tints of Finch #747A57

Color information

#747A57 (or 0x747A57) is unknown color: approx Finch. HEX triplet: 74, 7A and 57. RGB value is (116,122,87). Sum of RGB (Red+Green+Blue) = 116+122+87=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 122 - color contains mainly: green. Hex color #747A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747A57 is #8B85A8. Grayscale: #747474. Windows color (decimal): -9143721 or 5732980. OLE color: 5732980.

HSL color Cylindrical-coordinate representation of color #747A57: hue angle of 70.29º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #747A57 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB11612287-
CMYK0.0500.290.52
HSL70.29º16.75%40.98%-
HSV(B)70.29º28.69%47.84%-
XYZ15.8818.3211.72-
YUV116.22111.51127.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.69%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 87 (34.38% from 255) = 26.77%
R=35.69%
G=37.54%
B=26.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116122870.0500.290.5270.2916.7540.98
Hex747A57501D34461129
Octal1641721275035641062151
Binary111010011110101010111101011101110100100011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,122,87); }

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

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

 a { background-color: rgb(116,122,87); }

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

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

 span { border-color: rgb(116,122,87); }

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