#74774D

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

Shades of Finch #74774D

Tints of Finch #74774D

Color information

#74774D (or 0x74774D) is unknown color: approx Finch. HEX triplet: 74, 77 and 4D. RGB value is (116,119,77). Sum of RGB (Red+Green+Blue) = 116+119+77=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #74774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74774D is #8B88B2. Grayscale: #717171. Windows color (decimal): -9144499 or 5076852. OLE color: 5076852.

HSL color Cylindrical-coordinate representation of color #74774D: hue angle of 64.29º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74774D is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB11611977-
CMYK0.0300.350.53
HSL64.29º21.43%38.43%-
HSV(B)64.29º35.29%46.67%-
XYZ15.1417.449.59-
YUV113.32107.51129.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.18%
GREEN value IS 119 (46.88% from 255) = 38.14%
BLUE value IS 77 (30.47% from 255) = 24.68%
R=37.18%
G=38.14%
B=24.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119770.0300.350.5364.2921.4338.43
Hex74774D302335401526
Octal1641671153043651002546
Binary111010011101111001101110100011110101100000010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74774D; }

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

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

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

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

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

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

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

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