#747662

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

Shades of Finch #747662

Tints of Finch #747662

Color information

#747662 (or 0x747662) is unknown color: approx Finch. HEX triplet: 74, 76 and 62. RGB value is (116,118,98). Sum of RGB (Red+Green+Blue) = 116+118+98=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 118 - color contains mainly: green. Hex color #747662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747662 is #8B899D. Grayscale: #737373. Windows color (decimal): -9144734 or 6452852. OLE color: 6452852.

HSL color Cylindrical-coordinate representation of color #747662: hue angle of 66º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #747662 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB11611898-
CMYK0.0200.170.54
HSL66º9.26%42.35%-
HSV(B)66º16.95%46.27%-
XYZ15.8917.5514.11-
YUV115.12118.34128.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 118 (46.48% from 255) = 35.54%
BLUE value IS 98 (38.67% from 255) = 29.52%
R=34.94%
G=35.54%
B=29.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118980.0200.170.54669.2642.35
Hex7476622011364292a
Octal1641661422021661021152
Binary1110100111011011000101001000111011010000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747662; }

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

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

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

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

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

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

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

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