#747768

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

Shades of Finch #747768

Tints of Finch #747768

Color information

#747768 (or 0x747768) is unknown color: approx Finch. HEX triplet: 74, 77 and 68. RGB value is (116,119,104). Sum of RGB (Red+Green+Blue) = 116+119+104=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 119 - color contains mainly: green. Hex color #747768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747768 is #8B8897. Grayscale: #747474. Windows color (decimal): -9144472 or 6846324. OLE color: 6846324.

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

Color convert

RGB116119104-
CMYK0.0300.130.53
HSL72º6.73%43.73%-
HSV(B)72º12.61%46.67%-
XYZ16.317.9115.69-
YUV116.39121.01127.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 119 (46.88% from 255) = 35.10%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=34.22%
G=35.10%
B=30.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161191040.0300.130.53726.7343.73
Hex74776830D354872c
Octal164167150301565110754
Binary11101001110111110100011011011101011001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747768; }

 p { color: rgb(116,119,104); }

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

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

 a { background-color: rgb(116,119,104); }

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

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

 span { border-color: rgb(116,119,104); }

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