#74766A

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

Shades of Finch #74766A

Tints of Finch #74766A

Color information

#74766A (or 0x74766A) is unknown color: approx Finch. HEX triplet: 74, 76 and 6A. RGB value is (116,118,106). Sum of RGB (Red+Green+Blue) = 116+118+106=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 118 - color contains mainly: green. Hex color #74766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74766A is #8B8995. Grayscale: #747474. Windows color (decimal): -9144726 or 6977140. OLE color: 6977140.

HSL color Cylindrical-coordinate representation of color #74766A: hue angle of 70º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #74766A is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB116118106-
CMYK0.0200.100.54
HSL70º5.36%43.92%-
HSV(B)70º10.17%46.27%-
XYZ16.2817.7116.2-
YUV116.03122.34127.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.12%
GREEN value IS 118 (46.48% from 255) = 34.71%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=34.12%
G=34.71%
B=31.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161181060.0200.100.54705.3643.92
Hex74766A20A364652c
Octal164166152201266106554
Binary11101001110110110101010010101101101000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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