#747D5A

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

Shades of Finch #747D5A

Tints of Finch #747D5A

Color information

#747D5A (or 0x747D5A) is unknown color: approx Finch. HEX triplet: 74, 7D and 5A. RGB value is (116,125,90). Sum of RGB (Red+Green+Blue) = 116+125+90=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 125 - color contains mainly: green. Hex color #747D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747D5A is #8B82A5. Grayscale: #767676. Windows color (decimal): -9142950 or 5930356. OLE color: 5930356.

HSL color Cylindrical-coordinate representation of color #747D5A: hue angle of 75.43º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #747D5A is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB11612590-
CMYK0.0700.280.51
HSL75.43º16.28%42.16%-
HSV(B)75.43º28%49.02%-
XYZ16.3819.1212.5-
YUV118.32112.02126.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.05%
GREEN value IS 125 (49.22% from 255) = 37.76%
BLUE value IS 90 (35.55% from 255) = 27.19%
R=35.05%
G=37.76%
B=27.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116125900.0700.280.5175.4316.2842.16
Hex747D5A701C334b102a
Octal1641751327034631132052
Binary111010011111011011010111011100110011100101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,125,90); }

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

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

 a { background-color: rgb(116,125,90); }

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

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

 span { border-color: rgb(116,125,90); }

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