#747866

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

Shades of Finch #747866

Tints of Finch #747866

Color information

#747866 (or 0x747866) is unknown color: approx Finch. HEX triplet: 74, 78 and 66. RGB value is (116,120,102). Sum of RGB (Red+Green+Blue) = 116+120+102=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 120 - color contains mainly: green. Hex color #747866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747866 is #8B8799. Grayscale: #747474. Windows color (decimal): -9144218 or 6715508. OLE color: 6715508.

HSL color Cylindrical-coordinate representation of color #747866: hue angle of 73.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #747866 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB116120102-
CMYK0.0300.150.53
HSL73.33º8.11%43.53%-
HSV(B)73.33º15%47.06%-
XYZ16.3218.1115.21-
YUV116.75119.67127.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 120 (47.27% from 255) = 35.50%
BLUE value IS 102 (40.23% from 255) = 30.18%
R=34.32%
G=35.50%
B=30.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161201020.0300.150.5373.338.1143.53
Hex74786630F354982c
Octal1641701463017651111054
Binary111010011110001100110110111111010110010011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747866; }

 p { color: rgb(116,120,102); }

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

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

 a { background-color: rgb(116,120,102); }

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

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

 span { border-color: rgb(116,120,102); }

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