#747550

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

Shades of Finch #747550

Tints of Finch #747550

Color information

#747550 (or 0x747550) is unknown color: approx Finch. HEX triplet: 74, 75 and 50. RGB value is (116,117,80). Sum of RGB (Red+Green+Blue) = 116+117+80=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 117 - color contains mainly: green. Hex color #747550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747550 is #8B8AAF. Grayscale: #707070. Windows color (decimal): -9145008 or 5272948. OLE color: 5272948.

HSL color Cylindrical-coordinate representation of color #747550: hue angle of 61.62º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #747550 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB11611780-
CMYK0.0100.320.54
HSL61.62º18.78%38.63%-
HSV(B)61.62º31.62%45.88%-
XYZ15.0117.0110.08-
YUV112.48109.67130.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.06%
GREEN value IS 117 (46.09% from 255) = 37.38%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=37.06%
G=37.38%
B=25.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116117800.0100.320.5461.6218.7838.63
Hex7475501020363e1327
Octal164165120104066762347
Binary1110100111010110100001010000011011011111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747550; }

 p { color: rgb(116,117,80); }

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

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

 a { background-color: rgb(116,117,80); }

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

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

 span { border-color: rgb(116,117,80); }

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