#747655

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

Shades of Finch #747655

Tints of Finch #747655

Color information

#747655 (or 0x747655) is unknown color: approx Finch. HEX triplet: 74, 76 and 55. RGB value is (116,118,85). Sum of RGB (Red+Green+Blue) = 116+118+85=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 118 - color contains mainly: green. Hex color #747655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747655 is #8B89AA. Grayscale: #717171. Windows color (decimal): -9144747 or 5600884. OLE color: 5600884.

HSL color Cylindrical-coordinate representation of color #747655: hue angle of 63.64º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #747655 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB11611885-
CMYK0.0200.280.54
HSL63.64º16.26%39.8%-
HSV(B)63.64º27.97%46.27%-
XYZ15.3217.3311.13-
YUV113.64111.84129.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 118 (46.48% from 255) = 36.99%
BLUE value IS 85 (33.59% from 255) = 26.65%
R=36.36%
G=36.99%
B=26.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118850.0200.280.5463.6416.2639.8
Hex747655201C36401028
Octal1641661252034661002050
Binary11101001110110101010110011100110110100000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747655; }

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

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

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

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

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

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

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

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