#747766

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

Shades of Finch #747766

Tints of Finch #747766

Color information

#747766 (or 0x747766) is unknown color: approx Finch. HEX triplet: 74, 77 and 66. RGB value is (116,119,102). Sum of RGB (Red+Green+Blue) = 116+119+102=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 119 - color contains mainly: green. Hex color #747766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747766 is #8B8899. Grayscale: #747474. Windows color (decimal): -9144474 or 6715252. OLE color: 6715252.

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

Color convert

RGB116119102-
CMYK0.0300.140.53
HSL70.59º7.69%43.33%-
HSV(B)70.59º14.29%46.67%-
XYZ16.217.8715.17-
YUV116.16120.01127.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 119 (46.88% from 255) = 35.31%
BLUE value IS 102 (40.23% from 255) = 30.27%
R=34.42%
G=35.31%
B=30.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161191020.0300.140.5370.597.6943.33
Hex74776630E354782b
Octal1641671463016651071053
Binary111010011101111100110110111011010110001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747766; }

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

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

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

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

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

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

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

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