#74764F

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

Shades of Finch #74764F

Tints of Finch #74764F

Color information

#74764F (or 0x74764F) is unknown color: approx Finch. HEX triplet: 74, 76 and 4F. RGB value is (116,118,79). Sum of RGB (Red+Green+Blue) = 116+118+79=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #74764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74764F is #8B89B0. Grayscale: #717171. Windows color (decimal): -9144753 or 5207668. OLE color: 5207668.

HSL color Cylindrical-coordinate representation of color #74764F: hue angle of 63.08º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74764F is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB11611879-
CMYK0.0200.330.54
HSL63.08º19.8%38.63%-
HSV(B)63.08º33.05%46.27%-
XYZ15.0917.239.93-
YUV112.96108.84130.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.06%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 79 (31.25% from 255) = 25.24%
R=37.06%
G=37.70%
B=25.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118790.0200.330.5463.0819.838.63
Hex74764F2021363f1427
Octal164166117204166772447
Binary11101001110110100111110010000111011011111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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