#747955

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

Shades of Finch #747955

Tints of Finch #747955

Color information

#747955 (or 0x747955) is unknown color: approx Finch. HEX triplet: 74, 79 and 55. RGB value is (116,121,85). Sum of RGB (Red+Green+Blue) = 116+121+85=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 121 - color contains mainly: green. Hex color #747955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747955 is #8B86AA. Grayscale: #737373. Windows color (decimal): -9143979 or 5601652. OLE color: 5601652.

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

Color convert

RGB11612185-
CMYK0.0400.300.53
HSL68.33º17.48%40.39%-
HSV(B)68.33º29.75%47.45%-
XYZ15.6818.0411.25-
YUV115.4110.84128.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 121 (47.66% from 255) = 37.58%
BLUE value IS 85 (33.59% from 255) = 26.40%
R=36.02%
G=37.58%
B=26.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116121850.0400.300.5368.3317.4840.39
Hex747955401E35441128
Octal1641711254036651042150
Binary111010011110011010101100011110110101100010010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747955; }

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

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

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

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

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

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

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

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