#747660

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

Shades of Finch #747660

Tints of Finch #747660

Color information

#747660 (or 0x747660) is unknown color: approx Finch. HEX triplet: 74, 76 and 60. RGB value is (116,118,96). Sum of RGB (Red+Green+Blue) = 116+118+96=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 118 - color contains mainly: green. Hex color #747660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747660 is #8B899F. Grayscale: #727272. Windows color (decimal): -9144736 or 6321780. OLE color: 6321780.

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

Color convert

RGB11611896-
CMYK0.0200.190.54
HSL65.45º10.28%41.96%-
HSV(B)65.45º18.64%46.27%-
XYZ15.7917.5113.61-
YUV114.89117.34128.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.15%
GREEN value IS 118 (46.48% from 255) = 35.76%
BLUE value IS 96 (37.89% from 255) = 29.09%
R=35.15%
G=35.76%
B=29.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118960.0200.190.5465.4510.2841.96
Hex74766020133641a2a
Octal1641661402023661011252
Binary1110100111011011000001001001111011010000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747660; }

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

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

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

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

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

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

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

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