#74774A

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

Shades of Finch #74774A

Tints of Finch #74774A

Color information

#74774A (or 0x74774A) is unknown color: approx Finch. HEX triplet: 74, 77 and 4A. RGB value is (116,119,74). Sum of RGB (Red+Green+Blue) = 116+119+74=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 119 - color contains mainly: green. Hex color #74774A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74774A is #8B88B5. Grayscale: #717171. Windows color (decimal): -9144502 or 4880244. OLE color: 4880244.

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

Color convert

RGB11611974-
CMYK0.0300.380.53
HSL64º23.32%37.84%-
HSV(B)64º37.82%46.67%-
XYZ15.0417.49.04-
YUV112.97106.01130.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 119 (46.88% from 255) = 38.51%
BLUE value IS 74 (29.30% from 255) = 23.95%
R=37.54%
G=38.51%
B=23.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119740.0300.380.536423.3237.84
Hex74774A302635401726
Octal1641671123046651002746
Binary111010011101111001010110100110110101100000010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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