#747755

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

Shades of Finch #747755

Tints of Finch #747755

Color information

#747755 (or 0x747755) is unknown color: approx Finch. HEX triplet: 74, 77 and 55. RGB value is (116,119,85). Sum of RGB (Red+Green+Blue) = 116+119+85=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 119 - color contains mainly: green. Hex color #747755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747755 is #8B88AA. Grayscale: #727272. Windows color (decimal): -9144491 or 5601140. OLE color: 5601140.

HSL color Cylindrical-coordinate representation of color #747755: hue angle of 65.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #747755 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB11611985-
CMYK0.0300.290.53
HSL65.29º16.67%40%-
HSV(B)65.29º28.57%46.67%-
XYZ15.4417.5611.17-
YUV114.23111.51129.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.25%
GREEN value IS 119 (46.88% from 255) = 37.19%
BLUE value IS 85 (33.59% from 255) = 26.56%
R=36.25%
G=37.19%
B=26.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119850.0300.290.5365.2916.6740
Hex747755301D35411128
Octal1641671253035651012150
Binary11101001110111101010111011101110101100000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747755; }

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

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

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

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

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

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

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

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