#717757

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

Shades of Finch #717757

Tints of Finch #717757

Color information

#717757 (or 0x717757) is unknown color: approx Finch. HEX triplet: 71, 77 and 57. RGB value is (113,119,87). Sum of RGB (Red+Green+Blue) = 113+119+87=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 119 - color contains mainly: green. Hex color #717757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717757 is #8E88A8. Grayscale: #717171. Windows color (decimal): -9341097 or 5732209. OLE color: 5732209.

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

Color convert

RGB11311987-
CMYK0.0500.270.53
HSL71.25º15.53%40.39%-
HSV(B)71.25º26.89%46.67%-
XYZ15.1317.3911.58-
YUV113.56113.01127.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 119 (46.88% from 255) = 37.30%
BLUE value IS 87 (34.38% from 255) = 27.27%
R=35.42%
G=37.30%
B=27.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113119870.0500.270.5371.2515.5340.39
Hex717757501B35471028
Octal1611671275033651072050
Binary111000111101111010111101011011110101100011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717757; }

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

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

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

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

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

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

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

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