#747555

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

Shades of Finch #747555

Tints of Finch #747555

Color information

#747555 (or 0x747555) is unknown color: approx Finch. HEX triplet: 74, 75 and 55. RGB value is (116,117,85). Sum of RGB (Red+Green+Blue) = 116+117+85=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 117 - color contains mainly: green. Hex color #747555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747555 is #8B8AAA. Grayscale: #717171. Windows color (decimal): -9145003 or 5600628. OLE color: 5600628.

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

Color convert

RGB11611785-
CMYK0.0100.270.54
HSL61.88º15.84%39.61%-
HSV(B)61.88º27.35%45.88%-
XYZ15.217.0911.09-
YUV113.05112.17130.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.48%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 85 (33.59% from 255) = 26.73%
R=36.48%
G=36.79%
B=26.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116117850.0100.270.5461.8815.8439.61
Hex747555101B363e1028
Octal164165125103366762050
Binary111010011101011010101101101111011011111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747555; }

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

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

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

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

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

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

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

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