#747A48

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

Shades of Finch #747A48

Tints of Finch #747A48

Color information

#747A48 (or 0x747A48) is unknown color: approx Finch. HEX triplet: 74, 7A and 48. RGB value is (116,122,72). Sum of RGB (Red+Green+Blue) = 116+122+72=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 122 - color contains mainly: green. Hex color #747A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747A48 is #8B85B7. Grayscale: #727272. Windows color (decimal): -9143736 or 4749940. OLE color: 4749940.

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

Color convert

RGB11612272-
CMYK0.0500.410.52
HSL67.2º25.77%38.04%-
HSV(B)67.2º40.98%47.84%-
XYZ15.3318.18.82-
YUV114.51104.01129.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 122 (48.05% from 255) = 39.35%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=37.42%
G=39.35%
B=23.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116122720.0500.410.5267.225.7738.04
Hex747A48502934431a26
Octal1641721105051641033246
Binary1110100111101010010001010101001110100100001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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