#747663

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

Shades of Finch #747663

Tints of Finch #747663

Color information

#747663 (or 0x747663) is unknown color: approx Finch. HEX triplet: 74, 76 and 63. RGB value is (116,118,99). Sum of RGB (Red+Green+Blue) = 116+118+99=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 118 - color contains mainly: green. Hex color #747663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747663 is #8B899C. Grayscale: #737373. Windows color (decimal): -9144733 or 6518388. OLE color: 6518388.

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

Color convert

RGB11611899-
CMYK0.0200.160.54
HSL66.32º8.76%42.55%-
HSV(B)66.32º16.1%46.27%-
XYZ15.9317.5714.36-
YUV115.24118.84128.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.83%
GREEN value IS 118 (46.48% from 255) = 35.44%
BLUE value IS 99 (39.06% from 255) = 29.73%
R=34.83%
G=35.44%
B=29.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118990.0200.160.5466.328.7642.55
Hex7476632010364292b
Octal1641661432020661021153
Binary1110100111011011000111001000011011010000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747663; }

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

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

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

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

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

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

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

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