#717D4F

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

Shades of Finch #717D4F

Tints of Finch #717D4F

Color information

#717D4F (or 0x717D4F) is unknown color: approx Finch. HEX triplet: 71, 7D and 4F. RGB value is (113,125,79). Sum of RGB (Red+Green+Blue) = 113+125+79=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 125 - color contains mainly: green. Hex color #717D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717D4F is #8E82B0. Grayscale: #747474. Windows color (decimal): -9339569 or 5209457. OLE color: 5209457.

HSL color Cylindrical-coordinate representation of color #717D4F: hue angle of 75.65º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #717D4F is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB11312579-
CMYK0.1000.370.51
HSL75.65º22.55%40%-
HSV(B)75.65º36.8%49.02%-
XYZ15.5518.7410.19-
YUV116.17107.02125.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 125 (49.22% from 255) = 39.43%
BLUE value IS 79 (31.25% from 255) = 24.92%
R=35.65%
G=39.43%
B=24.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113125790.1000.370.5175.6522.5540
Hex717D4FA025334c1728
Octal16117511712045631142750
Binary11100011111101100111110100100101110011100110010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717D4F; }

 p { color: rgb(113,125,79); }

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

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

 a { background-color: rgb(113,125,79); }

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

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

 span { border-color: rgb(113,125,79); }

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