#747756

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

Shades of Finch #747756

Tints of Finch #747756

Color information

#747756 (or 0x747756) is unknown color: approx Finch. HEX triplet: 74, 77 and 56. RGB value is (116,119,86). Sum of RGB (Red+Green+Blue) = 116+119+86=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 119 - color contains mainly: green. Hex color #747756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747756 is #8B88A9. Grayscale: #727272. Windows color (decimal): -9144490 or 5666676. OLE color: 5666676.

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

Color convert

RGB11611986-
CMYK0.0300.280.53
HSL65.45º16.1%40.2%-
HSV(B)65.45º27.73%46.67%-
XYZ15.4817.5811.38-
YUV114.34112.01129.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 119 (46.88% from 255) = 37.07%
BLUE value IS 86 (33.98% from 255) = 26.79%
R=36.14%
G=37.07%
B=26.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119860.0300.280.5365.4516.140.2
Hex747756301C35411028
Octal1641671263034651012050
Binary11101001110111101011011011100110101100000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747756; }

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

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

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

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

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

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

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

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