#747A5B

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

Shades of Finch #747A5B

Tints of Finch #747A5B

Color information

#747A5B (or 0x747A5B) is unknown color: approx Finch. HEX triplet: 74, 7A and 5B. RGB value is (116,122,91). Sum of RGB (Red+Green+Blue) = 116+122+91=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 122 - color contains mainly: green. Hex color #747A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747A5B is #8B85A4. Grayscale: #747474. Windows color (decimal): -9143717 or 5995124. OLE color: 5995124.

HSL color Cylindrical-coordinate representation of color #747A5B: hue angle of 71.61º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #747A5B is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB11612291-
CMYK0.0500.250.52
HSL71.61º14.55%41.76%-
HSV(B)71.61º25.41%47.84%-
XYZ16.0518.3912.6-
YUV116.67113.51127.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.26%
GREEN value IS 122 (48.05% from 255) = 37.08%
BLUE value IS 91 (35.94% from 255) = 27.66%
R=35.26%
G=37.08%
B=27.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116122910.0500.250.5271.6114.5541.76
Hex747A5B50193448f2a
Octal1641721335031641101752
Binary11101001111010101101110101100111010010010001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,122,91); }

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

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

 a { background-color: rgb(116,122,91); }

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

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

 span { border-color: rgb(116,122,91); }

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