#71775C

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

Shades of Finch #71775C

Tints of Finch #71775C

Color information

#71775C (or 0x71775C) is unknown color: approx Finch. HEX triplet: 71, 77 and 5C. RGB value is (113,119,92). Sum of RGB (Red+Green+Blue) = 113+119+92=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 119 - color contains mainly: green. Hex color #71775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71775C is #8E88A3. Grayscale: #727272. Windows color (decimal): -9341092 or 6059889. OLE color: 6059889.

HSL color Cylindrical-coordinate representation of color #71775C: hue angle of 73.33º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #71775C is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB11311992-
CMYK0.0500.230.53
HSL73.33º12.8%41.37%-
HSV(B)73.33º22.69%46.67%-
XYZ15.3417.4812.69-
YUV114.13115.51127.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 119 (46.88% from 255) = 36.73%
BLUE value IS 92 (36.33% from 255) = 28.40%
R=34.88%
G=36.73%
B=28.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113119920.0500.230.5373.3312.841.37
Hex71775C50173549d29
Octal1611671345027651111551
Binary11100011110111101110010101011111010110010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71775C; }

 p { color: rgb(113,119,92); }

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

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

 a { background-color: rgb(113,119,92); }

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

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

 span { border-color: rgb(113,119,92); }

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