#74774F

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

Shades of Finch #74774F

Tints of Finch #74774F

Color information

#74774F (or 0x74774F) is unknown color: approx Finch. HEX triplet: 74, 77 and 4F. RGB value is (116,119,79). Sum of RGB (Red+Green+Blue) = 116+119+79=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #74774F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74774F is #8B88B0. Grayscale: #717171. Windows color (decimal): -9144497 or 5207924. OLE color: 5207924.

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

Color convert

RGB11611979-
CMYK0.0300.340.53
HSL64.5º20.2%38.82%-
HSV(B)64.5º33.61%46.67%-
XYZ15.2117.479.97-
YUV113.54108.51129.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.94%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 79 (31.25% from 255) = 25.16%
R=36.94%
G=37.90%
B=25.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119790.0300.340.5364.520.238.82
Hex74774F302235401427
Octal1641671173042651002447
Binary111010011101111001111110100010110101100000010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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