#747661

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

Shades of Finch #747661

Tints of Finch #747661

Color information

#747661 (or 0x747661) is unknown color: approx Finch. HEX triplet: 74, 76 and 61. RGB value is (116,118,97). Sum of RGB (Red+Green+Blue) = 116+118+97=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 118 - color contains mainly: green. Hex color #747661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747661 is #8B899E. Grayscale: #737373. Windows color (decimal): -9144735 or 6387316. OLE color: 6387316.

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

Color convert

RGB11611897-
CMYK0.0200.180.54
HSL65.71º9.77%42.16%-
HSV(B)65.71º17.8%46.27%-
XYZ15.8417.5313.86-
YUV115.01117.84128.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.05%
GREEN value IS 118 (46.48% from 255) = 35.65%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=35.05%
G=35.65%
B=29.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118970.0200.180.5465.719.7742.16
Hex74766120123642a2a
Octal1641661412022661021252
Binary1110100111011011000011001001011011010000101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747661; }

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

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

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

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

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

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

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

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