#71745D

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

Shades of Finch #71745D

Tints of Finch #71745D

Color information

#71745D (or 0x71745D) is unknown color: approx Finch. HEX triplet: 71, 74 and 5D. RGB value is (113,116,93). Sum of RGB (Red+Green+Blue) = 113+116+93=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 116 - color contains mainly: green. Hex color #71745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71745D is #8E8BA2. Grayscale: #707070. Windows color (decimal): -9341859 or 6124657. OLE color: 6124657.

HSL color Cylindrical-coordinate representation of color #71745D: hue angle of 67.83º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71745D is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB11311693-
CMYK0.0300.200.55
HSL67.83º11%40.98%-
HSV(B)67.83º19.83%45.49%-
XYZ15.0316.7912.8-
YUV112.48117.01128.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 93 (36.72% from 255) = 28.88%
R=35.09%
G=36.02%
B=28.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113116930.0300.200.5567.831140.98
Hex71745D30143744b29
Octal1611641353024671041351
Binary1110001111010010111011101010011011110001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71745D; }

 p { color: rgb(113,116,93); }

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

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

 a { background-color: rgb(113,116,93); }

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

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

 span { border-color: rgb(113,116,93); }

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