#747865

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

Shades of Finch #747865

Tints of Finch #747865

Color information

#747865 (or 0x747865) is unknown color: approx Finch. HEX triplet: 74, 78 and 65. RGB value is (116,120,101). Sum of RGB (Red+Green+Blue) = 116+120+101=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 120 - color contains mainly: green. Hex color #747865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747865 is #8B879A. Grayscale: #747474. Windows color (decimal): -9144219 or 6649972. OLE color: 6649972.

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

Color convert

RGB116120101-
CMYK0.0300.160.53
HSL72.63º8.6%43.33%-
HSV(B)72.63º15.83%47.06%-
XYZ16.2718.0914.95-
YUV116.64119.17127.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 120 (47.27% from 255) = 35.61%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=34.42%
G=35.61%
B=29.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161201010.0300.160.5372.638.643.33
Hex7478653010354992b
Octal1641701453020651111153
Binary1110100111100011001011101000011010110010011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747865; }

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

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

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

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

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

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

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

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