#747B5E

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

Shades of Finch #747B5E

Tints of Finch #747B5E

Color information

#747B5E (or 0x747B5E) is unknown color: approx Finch. HEX triplet: 74, 7B and 5E. RGB value is (116,123,94). Sum of RGB (Red+Green+Blue) = 116+123+94=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 123 - color contains mainly: green. Hex color #747B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747B5E is #8B84A1. Grayscale: #757575. Windows color (decimal): -9143458 or 6191988. OLE color: 6191988.

HSL color Cylindrical-coordinate representation of color #747B5E: hue angle of 74.48º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #747B5E is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB11612394-
CMYK0.0600.240.52
HSL74.48º13.36%42.55%-
HSV(B)74.48º23.58%48.24%-
XYZ16.3118.6913.34-
YUV117.6114.68126.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.83%
GREEN value IS 123 (48.44% from 255) = 36.94%
BLUE value IS 94 (37.11% from 255) = 28.23%
R=34.83%
G=36.94%
B=28.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116123940.0600.240.5274.4813.3642.55
Hex747B5E6018344ad2b
Octal1641731366030641121553
Binary11101001111011101111011001100011010010010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747B5E; }

 p { color: rgb(116,123,94); }

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

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

 a { background-color: rgb(116,123,94); }

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

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

 span { border-color: rgb(116,123,94); }

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