#71795D

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

Shades of Finch #71795D

Tints of Finch #71795D

Color information

#71795D (or 0x71795D) is unknown color: approx Finch. HEX triplet: 71, 79 and 5D. RGB value is (113,121,93). Sum of RGB (Red+Green+Blue) = 113+121+93=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 121 - color contains mainly: green. Hex color #71795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71795D is #8E86A2. Grayscale: #737373. Windows color (decimal): -9340579 or 6125937. OLE color: 6125937.

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

Color convert

RGB11312193-
CMYK0.0700.230.53
HSL77.14º13.08%41.96%-
HSV(B)77.14º23.14%47.45%-
XYZ15.6217.9813-
YUV115.42115.35126.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 121 (47.66% from 255) = 37.00%
BLUE value IS 93 (36.72% from 255) = 28.44%
R=34.56%
G=37.00%
B=28.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113121930.0700.230.5377.1413.0841.96
Hex71795D7017354dd2a
Octal1611711357027651151552
Binary11100011111001101110111101011111010110011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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