#717463

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

Shades of Finch #717463

Tints of Finch #717463

Color information

#717463 (or 0x717463) is unknown color: approx Finch. HEX triplet: 71, 74 and 63. RGB value is (113,116,99). Sum of RGB (Red+Green+Blue) = 113+116+99=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 116 - color contains mainly: green. Hex color #717463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717463 is #8E8B9C. Grayscale: #717171. Windows color (decimal): -9341853 or 6517873. OLE color: 6517873.

HSL color Cylindrical-coordinate representation of color #717463: hue angle of 70.59º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #717463 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB11311699-
CMYK0.0300.150.55
HSL70.59º7.91%42.16%-
HSV(B)70.59º14.66%45.49%-
XYZ15.3116.914.26-
YUV113.16120.01127.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.45%
GREEN value IS 116 (45.70% from 255) = 35.37%
BLUE value IS 99 (39.06% from 255) = 30.18%
R=34.45%
G=35.37%
B=30.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113116990.0300.150.5570.597.9142.16
Hex71746330F374782a
Octal1611641433017671071052
Binary111000111101001100011110111111011110001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717463; }

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

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

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

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

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

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

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

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