#747A55

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

Shades of Finch #747A55

Tints of Finch #747A55

Color information

#747A55 (or 0x747A55) is unknown color: approx Finch. HEX triplet: 74, 7A and 55. RGB value is (116,122,85). Sum of RGB (Red+Green+Blue) = 116+122+85=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 122 - color contains mainly: green. Hex color #747A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747A55 is #8B85AA. Grayscale: #747474. Windows color (decimal): -9143723 or 5601908. OLE color: 5601908.

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

Color convert

RGB11612285-
CMYK0.0500.300.52
HSL69.73º17.87%40.59%-
HSV(B)69.73º30.33%47.84%-
XYZ15.818.2911.29-
YUV115.99110.51128.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.91%
GREEN value IS 122 (48.05% from 255) = 37.77%
BLUE value IS 85 (33.59% from 255) = 26.32%
R=35.91%
G=37.77%
B=26.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116122850.0500.300.5269.7317.8740.59
Hex747A55501E34461229
Octal1641721255036641062251
Binary111010011110101010101101011110110100100011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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