#747761

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

Shades of Finch #747761

Tints of Finch #747761

Color information

#747761 (or 0x747761) is unknown color: approx Finch. HEX triplet: 74, 77 and 61. RGB value is (116,119,97). Sum of RGB (Red+Green+Blue) = 116+119+97=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 119 - color contains mainly: green. Hex color #747761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747761 is #8B889E. Grayscale: #737373. Windows color (decimal): -9144479 or 6387572. OLE color: 6387572.

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

Color convert

RGB11611997-
CMYK0.0300.180.53
HSL68.18º10.19%42.35%-
HSV(B)68.18º18.49%46.67%-
XYZ15.9617.7713.9-
YUV115.6117.51128.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 119 (46.88% from 255) = 35.84%
BLUE value IS 97 (38.28% from 255) = 29.22%
R=34.94%
G=35.84%
B=29.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119970.0300.180.5368.1810.1942.35
Hex74776130123544a2a
Octal1641671413022651041252
Binary1110100111011111000011101001011010110001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747761; }

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

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

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

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

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

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

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

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